Updating compilation steps
This commit is contained in:
parent
b621c4f694
commit
3a82bae1ac
|
@ -21,9 +21,7 @@ It also includes detailed information about docker image.
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository and go inside it
|
# Clone the repository and go inside it
|
||||||
git clone https://github.com/LNIS-Projects/OpenFPGA.git && cd OpenFPGA
|
git clone https://github.com/LNIS-Projects/OpenFPGA.git && cd OpenFPGA
|
||||||
mkdir build && cd build # Create a folder named build in the OpenPFGA repository
|
make all
|
||||||
cmake .. # Create a Makefile in this folder using cmake
|
|
||||||
make # Compile the tool and its dependencies
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue