mirror of
https://github.com/mozilla/cubeb
synced 2024-11-21 06:26:10 -07:00
Update build instructions
This commit is contained in:
parent
6f79fd7c0d
commit
c644de9681
1 changed files with 5 additions and 6 deletions
11
INSTALL.md
11
INSTALL.md
|
@ -1,13 +1,12 @@
|
|||
# Build instructions for libcubeb
|
||||
|
||||
You must have CMake v3.1 or later installed.
|
||||
You must have CMake v3.14 or later installed.
|
||||
|
||||
1. `git clone --recursive https://github.com/mozilla/cubeb.git`
|
||||
2. `mkdir cubeb-build`
|
||||
3. `cd cubeb-build`
|
||||
4. `cmake ../cubeb`
|
||||
5. `cmake --build .`
|
||||
6. `ctest`
|
||||
2. `cd cubeb`
|
||||
3. `cmake -B ./build .`
|
||||
4. `cmake --build ./build`
|
||||
5. `cd build && ctest`
|
||||
|
||||
# Windows build notes
|
||||
|
||||
|
|
Loading…
Reference in a new issue