mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
+14
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user