update readme

This commit is contained in:
gym 2022-01-12 01:55:10 -01:00
parent 1820908eae
commit f74ca8b9f1

View File

@ -12,10 +12,10 @@ to RF using software-defined radio (SDR) platforms, such as
4. Select "Release" in Solution Configurations drop-down list.
5. Build the solution.
### Building with GCC
### Building with make
```
$ gcc gpssim.c -lm -lpthread -O3 -o gps-sdr-sim
$ make
```