Updated Build Linux (markdown)

Vincent Sonnier 2021-04-23 09:39:45 +02:00
parent 57a8ac3edf
commit 346412f860

@ -74,7 +74,7 @@ wxWidgets-3.1.5$ make -j4 && make install
### Build CubicSDR
*Notes:*
- Add ``` -DUSE_HAMLIB=1 ``` to cmake command line to include hamlib support.
- For RasberryPi4, add ``` -DOTHER_LIBS="libatomic" ```
- For RasberryPi4, add ``` -DOTHER_LIBS="-latomic" ```
```bash
$ git clone https://github.com/cjcliffe/CubicSDR.git
CubicSDR$ cd CubicSDR