1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-16 13:21:50 -05:00

Merge branch 'master' into dev

This commit is contained in:
f4exb 2017-09-17 17:43:00 +02:00
commit a353c7a226

View File

@ -111,7 +111,7 @@ You will need a minimal installation of LimeSuite:
- `cd LimeSuite` - `cd LimeSuite`
- `mkdir builddir` - `mkdir builddir`
- `cd builddir` - `cd builddir`
- `cmake -DCMAKE_INSTALL_PREFIX=/opt/install/LimeSuite` - `cmake -DCMAKE_INSTALL_PREFIX=/opt/install/LimeSuite ..`
- `make -j8` - `make -j8`
- `make install` - `make install`