jpcima / ysfx

Hosting library for JSFX
Apache License 2.0
173 stars 28 forks source link

Build: dr_wav.h is missing #13

Closed slangbein closed 2 years ago

slangbein commented 2 years ago

Linux Mint 20.2: followed yor build commands step by step On the step:"cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .." compilation terminates with: ysfx_audio_wav.cpp:31:10: fatal error: dr_wav.h: File not found i guess, it is the dr_libs; right? https://github.com/mackron/dr_libs So, what to do?

ghost commented 2 years ago

It's a submodule. If you do git submodule update --init --recursive (in ysfx dir) then git will clone it too.

slangbein commented 2 years ago

thanx, and yes, build process is working now maybe you add the step to the description of the building steps:-)