From 7f74039f92f4e7183188f9f00a207df8f16330a5 Mon Sep 17 00:00:00 2001 From: Matthew Gregan Date: Thu, 17 Nov 2016 23:54:37 +1300 Subject: Update build instructions to fetch submodules. Closes #199. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.md') 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` -- cgit v1.2.3