File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ You must have CMake v3.1 or later installed.
551 . ` git clone --recursive https://github.com/mozilla/cubeb.git `
662 . ` mkdir cubeb-build `
773 . ` 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.
You can’t perform that action at this time.
0 commit comments