summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico <20555025+Imperator26@users.noreply.github.com>2019-06-24 11:45:57 +0200
committerMarcus Müller <marcus@hostalia.de>2019-06-29 13:41:00 +0200
commit79a94e85bc2aafe34dec29b4386e381d53bba577 (patch)
treef28ff70cc1f92d0654ff30df2a9766c5bf03cee6
parent346d16e9d814195233556dd53323c52393144fd6 (diff)
Fix CMake Error "VOLK required but not found."
When manually building from source: CMake Error at CMakeLists.txt:420 (message): VOLK required but not found.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0bdc85946d..5fa76e9948 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Abbreviated instructions are duplicated below.
2. Checkout the latest code:
```
- $ git clone https://github.com/gnuradio/gnuradio.git
+ $ git clone --recursive https://github.com/gnuradio/gnuradio.git
```
3. Build with CMake: