зеркало из https://github.com/mozilla/cubeb.git
14 строки
440 B
Plaintext
14 строки
440 B
Plaintext
Build instructions for libcubeb
|
|
===============================
|
|
|
|
Note: If you are using MinGW, remove -pthread from src_libcubeb_la_LDFLAGS.
|
|
|
|
Note Also:Cubeb does not currently build under Cygwin, but this is being worked on.
|
|
|
|
0. Change directory into the source directory.
|
|
1. Run |autoreconf --install| to generate configure.
|
|
2. Run |./configure| to configure the build.
|
|
3. Run |make| to build.
|
|
4. Run |make check| to run the test suite.
|
|
|