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
Looks like it fails to link the SDL2 lib for some reason.
One option is to try to run cmake -DUSE_FINDSDL2=ON .. instead of cmake ..
If this does not help then try building without using CMake at all.
Simply go to wave-share root and run g++ -std=c++11 -O3 main.cpp -lpthread -lfftw3 -lfftw3f -lSDL2 -o wave-share. This should produce a binary called wave-share.
If it fails again then try to reinstall SDL2 on your system.
Hello, Georgi.
Awesome idea, awesome execution.
Really impressed with the speed of transmission in your demo.
p.s. I don't think you should be worried about 1mb emscripten module. Modern sites gets over 5mb easily and nobody complains.
The text was updated successfully, but these errors were encountered: