diff options
author | Matthew Gregan <[email protected]> | 2016-11-17 23:54:37 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-11-17 23:54:37 +1300 |
commit | 7f74039f92f4e7183188f9f00a207df8f16330a5 (patch) | |
tree | 6696987d4b6fde1b6e60d94bca42f9ee80481a8d /INSTALL.md | |
parent | 80e809f292f003daa347ec976815f1fff23f8b73 (diff) | |
download | cubeb-7f74039f92f4e7183188f9f00a207df8f16330a5.tar.gz cubeb-7f74039f92f4e7183188f9f00a207df8f16330a5.zip |
Update build instructions to fetch submodules. Closes #199.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ You must have CMake v3.1 or later installed. -1. `git clone https://github.com/kinetiknz/cubeb.git` +1. `git clone --recursive https://github.com/kinetiknz/cubeb.git` 2. `mkdir cubeb-build` 3. `cd cubeb-build` 3. `cmake ../cubeb` |