# Install instructions
## Compile from source
```
$ mkdir build
$ cd build
$ cmake ../
$ cmake --build .
or
$ make -j$(nproc)