diff options
author | Federico <20555025+Imperator26@users.noreply.github.com> | 2019-06-24 11:45:57 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-06-29 13:41:00 +0200 |
commit | 79a94e85bc2aafe34dec29b4386e381d53bba577 (patch) | |
tree | f28ff70cc1f92d0654ff30df2a9766c5bf03cee6 | |
parent | 346d16e9d814195233556dd53323c52393144fd6 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |