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
commit 0fc3487ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

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
```