commit
0fc3487ad1
14
INSTALL.md
14
INSTALL.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue