move sources files

This commit is contained in:
Fabien Marteau 2020-01-23 13:17:46 +01:00
parent 2bf363477a
commit 45706dfb00
43 changed files with 7 additions and 0 deletions

7
INSTALL.md Normal file
View File

@ -0,0 +1,7 @@
== Compile from source ==
```
$ mkdir build
$ cd build
$ cmake ../openFPGALoader/
$ cmake --build .