Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
japm48 authored and kinetiknz committed Jul 11, 2022
1 parent 6f79fd7 commit c644de9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c644de9

Please sign in to comment.