Installation
Clone the repository in your chosen directory. In a new terminal:
cd <your/path>
git clone <repo-link>
Clone the RTKLIB lib as a sub-module:
git submodule update --init
Create a directory to build all the source files:
$ mkdir build
$ cd build
Compile the source files:
$ cmake ..
$ make