aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorjapm48 <[email protected]>2022-07-07 17:17:47 +0200
committerMatthew Gregan <[email protected]>2022-07-11 18:14:51 +1200
commitc644de9681c26da9da0926299e0d8931f8da1546 (patch)
tree64a49a3b6d5d40a2acd94060f529319e7811f0d7 /INSTALL.md
parent6f79fd7c0d3ddcd464b9e0cd21ad55c89680f102 (diff)
downloadcubeb-c644de9681c26da9da0926299e0d8931f8da1546.tar.gz
cubeb-c644de9681c26da9da0926299e0d8931f8da1546.zip
Update build instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 4e941b9..4f83a65 100644
--- a/INSTALL.md
+++ b/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