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
commit d0b192d863
1 changed files with 1 additions and 1 deletions

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`