1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Fix LimeSuite cmake command

This commit is contained in:
Filipe Laíns 2017-09-16 15:39:41 +01:00 committed by GitHub
parent 1cd5291ba0
commit b9f6b52aaf

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`