Merge pull request #59 from Martoni/master

More install instructions
This commit is contained in:
Gwenhael Goavec-Merou
2020-11-05 06:58:03 +01:00
committed by GitHub
+14
View File
@@ -1,5 +1,11 @@
# Install instructions
## Get the code from git project
```
$ git clone https://github.com/trabucayre/openFPGALoader.git
```
## Compile from source
```
@@ -11,3 +17,11 @@ $ cmake --build .
or
$ make -j$(nproc)
```
## Install
As root:
```
$ make install
```