Add libatomic for proper Rasberry Pi4 support

Vincent Sonnier 2021-04-23 09:37:16 +02:00
parent 4fe1fcc7bc
commit 57a8ac3edf
1 changed files with 3 additions and 1 deletions

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