aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorKevin Yin <[email protected]>2022-05-30 18:52:32 -0400
committerPaul Adenot <[email protected]>2022-05-31 11:41:42 +0200
commit3f1e82c2551c2a58e09b6f6eea0f1c2322a1d604 (patch)
tree6847459bc5605e351c4fac4d8f80efc8b4a82790 /INSTALL.md
parent708f52cccffe69ed1d65b52903237c990db860a9 (diff)
downloadcubeb-3f1e82c2551c2a58e09b6f6eea0f1c2322a1d604.tar.gz
cubeb-3f1e82c2551c2a58e09b6f6eea0f1c2322a1d604.zip
Update INSTALL.md
correct typo
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f4229c0..4e941b9 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,9 +5,9 @@ You must have CMake v3.1 or later installed.
1. `git clone --recursive https://github.com/mozilla/cubeb.git`
2. `mkdir cubeb-build`
3. `cd cubeb-build`
-3. `cmake ../cubeb`
-4. `cmake --build .`
-5. `ctest`
+4. `cmake ../cubeb`
+5. `cmake --build .`
+6. `ctest`
# Windows build notes
@@ -41,6 +41,6 @@ To build with MinGW-w64, install the following items:
- Download and install MinGW-w64 with Win32 threads.
- Download and install CMake.
- Run MinGW-w64 Terminal from the Start Menu.
-- Follow the build steps at the top of this file, but at step 3 run:
- `cmake -G "MinGW Makefiles" ..`
+- Follow the build steps at the top of this file, but at step 4 run:
+ `cmake -G "MinGW Makefiles" ../cubeb`
- Continue the build steps at the top of this file.