commit
0fc3487ad1
14
INSTALL.md
14
INSTALL.md
|
|
@ -1,5 +1,11 @@
|
||||||
# Install instructions
|
# Install instructions
|
||||||
|
|
||||||
|
## Get the code from git project
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git clone https://github.com/trabucayre/openFPGALoader.git
|
||||||
|
```
|
||||||
|
|
||||||
## Compile from source
|
## Compile from source
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -11,3 +17,11 @@ $ cmake --build .
|
||||||
or
|
or
|
||||||
$ make -j$(nproc)
|
$ make -j$(nproc)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
As root:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ make install
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue