You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to compile the GDAL webAssembly archive(*.a file) to use in my own project, but when I process the build follow your makefile in this repos, it shows the error:"configure error: please intall sqlite3 binary". I can see the file "sqlite" in the build/usr/bin folder,but it is not the binary needed. Wasm binary/executable may only be used in nodejs or browser environment...Can you help me with the error? many thanks...
The text was updated successfully, but these errors were encountered:
Thanks for sharing the solution to this issue. I updated Readme.md file.
Additional information: Proj needs sqlite3 executable for build architecture to create projection database. After creating database it doesn't need sqlite3 executable. https://proj.org/install.html
Build requirements
SQLite3 >= 3.11: headers and library for target architecture, and sqlite3 executable for build architecture.
I want to compile the GDAL webAssembly archive(*.a file) to use in my own project, but when I process the build follow your makefile in this repos, it shows the error:"configure error: please intall sqlite3 binary". I can see the file "sqlite" in the build/usr/bin folder,but it is not the binary needed. Wasm binary/executable may only be used in nodejs or browser environment...Can you help me with the error? many thanks...
The text was updated successfully, but these errors were encountered: