aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2016-11-17 23:54:37 +1300
committerMatthew Gregan <[email protected]>2016-11-17 23:54:37 +1300
commit7f74039f92f4e7183188f9f00a207df8f16330a5 (patch)
tree6696987d4b6fde1b6e60d94bca42f9ee80481a8d /INSTALL.md
parent80e809f292f003daa347ec976815f1fff23f8b73 (diff)
downloadcubeb-7f74039f92f4e7183188f9f00a207df8f16330a5.tar.gz
cubeb-7f74039f92f4e7183188f9f00a207df8f16330a5.zip
Update build instructions to fetch submodules. Closes #199.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index eacb5fc..81df5ea 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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`