fix README

This commit is contained in:
gym487 2019-06-25 20:48:33 +08:00
parent 56616721b3
commit 54e14ad331

View File

@ -15,7 +15,7 @@ to RF using software-defined radio (SDR) platforms, such as
### Building with GCC
```
$ gcc gpssim.c -lm -O3 -o gps-sdr-sim
$ gcc gpssim.c -lm -lpthread -O3 -o gps-sdr-sim
```
### Realtime by Gnuradio