openFPGALoader/INSTALL.md

9 lines
105 B
Markdown
Raw Normal View History

2020-01-23 13:17:46 +01:00
== Compile from source ==
```
$ mkdir build
$ cd build
$ cmake ../openFPGALoader/
$ cmake --build .
2020-01-23 14:45:15 +01:00
```