Skip to content

Commit 3f1e82c

Browse files
ad8epadenot
authored andcommitted
Update INSTALL.md
correct typo
1 parent 708f52c commit 3f1e82c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ You must have CMake v3.1 or later installed.
55
1. `git clone --recursive https://github.com/mozilla/cubeb.git`
66
2. `mkdir cubeb-build`
77
3. `cd cubeb-build`
8-
3. `cmake ../cubeb`
9-
4. `cmake --build .`
10-
5. `ctest`
8+
4. `cmake ../cubeb`
9+
5. `cmake --build .`
10+
6. `ctest`
1111

1212
# Windows build notes
1313

@@ -41,6 +41,6 @@ To build with MinGW-w64, install the following items:
4141
- Download and install MinGW-w64 with Win32 threads.
4242
- Download and install CMake.
4343
- Run MinGW-w64 Terminal from the Start Menu.
44-
- Follow the build steps at the top of this file, but at step 3 run:
45-
`cmake -G "MinGW Makefiles" ..`
44+
- Follow the build steps at the top of this file, but at step 4 run:
45+
`cmake -G "MinGW Makefiles" ../cubeb`
4646
- Continue the build steps at the top of this file.

0 commit comments

Comments
 (0)