Displaying 2 results from an estimated 2 matches for "c893981a".
2019 Apr 10
0
Opus cmake build
...level of what we have
today with the autotools build, or is it intended only as an alternative
to the Visual Studio project files for Windows users?
- Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20190410/c893981a/attachment-0001.html>
2019 Apr 10
2
Opus cmake build
I tried the new cmake-based build system to build Opus on Linux and
macOS. I'm not familiar with cmake but based on instructions I found
online I used it as follows:
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX:PATH=<install-path> ..
- make
- ctest
- make install
Although the "make" command completed, it reported that optimizations
were disabled: