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

Error after starting compile.sh #27

Open
oneofthehorses opened this issue Dec 4, 2023 · 3 comments
Open

Error after starting compile.sh #27

oneofthehorses opened this issue Dec 4, 2023 · 3 comments

Comments

@oneofthehorses
Copy link

Hello! Thanks for your work!

I wish to figure out how to make program\site like yours (https://universite-gustave-eiffel.github.io/qrtone/) works locally without internet on my PC

Because no instructions i tryed this but fails... :

sh compile.sh
emcc: warning: EXTRA_EXPORTED_RUNTIME_METHODS is deprecated, please use EXPORTED_RUNTIME_METHODS instead [-Wdeprecated]

Would appreciate any help! :)

Maybe there any .html verison exists? 👍

@nicolas-f
Copy link
Member

Hello,

The message is just a warning so it will still produce the wasm file.

The website source code is here:

https://github.com/Universite-Gustave-Eiffel/qrtone/tree/gh-pages

@oneofthehorses
Copy link
Author

https://github.com/Universite-Gustave-Eiffel/qrtone/tree/gh-pages

This helps a lot! Now works :)

BTW can i run it on android too? If so, how? Thankssss

@nicolas-f
Copy link
Member

Yes it is already used in a Android Project. You just have to use the jqrtone library.

Here an Android project that use qrtone:

https://github.com/Universite-Gustave-Eiffel/NoiseCapture

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