videolabs / libspatialaudio

Ambisonic encoding / decoding and binauralization library in C++
Other
192 stars 37 forks source link

How do you install this? #13

Closed jfantell closed 4 years ago

jfantell commented 5 years ago

Can you provide instructions on how to install this library?

r3adne commented 4 years ago

This is pretty old, but you can use the included CMakeLists.txt file. Make a build directory below the libspatialaudio directory, run cmake .. there, then run make.

jbkempf commented 4 years ago

This is correct answer.