Skip to content
Snippets Groups Projects
Commit 8d8ba009 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

added readme

parent c66d9a0e
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
# 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 submodules update --init
```
Create a directory to build all the source files:
```
$ mkdir build
$ cd build
```
Compile the source files:
```
$ cmake ..
$ make
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment