openFPGALoader/INSTALL.md

11 lines
115 B
Markdown

# Install instructions
## Compile from source
```
$ mkdir build
$ cd build
$ cmake ../src/
$ cmake --build .
```