1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Merge pull request #60 from FFY00/patch-1

Fix LimeSuite cmake command
This commit is contained in:
f4exb
2017-09-17 17:40:45 +02:00
committed by GitHub
+1 -1
View File
@@ -111,7 +111,7 @@ You will need a minimal installation of LimeSuite:
- `cd LimeSuite`
- `mkdir builddir`
- `cd builddir`
- `cmake -DCMAKE_INSTALL_PREFIX=/opt/install/LimeSuite`
- `cmake -DCMAKE_INSTALL_PREFIX=/opt/install/LimeSuite ..`
- `make -j8`
- `make install`