Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding emscripten toolchain support in configure scripts #81

Open
CaglaNurYuva opened this issue Aug 15, 2024 · 1 comment
Open

Adding emscripten toolchain support in configure scripts #81

CaglaNurYuva opened this issue Aug 15, 2024 · 1 comment

Comments

@CaglaNurYuva
Copy link

I do not have any bug or related issue related to gdal3.js project. I want to ask something related to emscripten toolchain usage in configure scripts used in the libraries.

As far as I know, the libraries installed by gdal3.js can be configured with emscripten toolchain. Are you the one who added emscripten toolchain support in configure scripts of the libraries? If it is, I want to ask how did you do this? I am also trying to add emscripten toolchain support in the configure script of another library and I am stuck. If you have any suggestions, I would like to have a look at them, thank you.

@bugra9
Copy link
Owner

bugra9 commented Aug 25, 2024

Hi @CaglaNurYuva,

At first I try to compile the library with emscripten. Usually there are multiple compilation methods such as cmake, configure. I try one of them, if not, I try the others. If not, I choose one of them and try to understand the issue with debug and fix it. This fix could be to disable a feature or change a file.

You can review the fixes from the https://github.com/bugra9/gdal3.js/blob/master/Makefile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants