Updating compilation steps

This commit is contained in:
Lalit Sharma 2020-12-11 03:51:23 -08:00
parent b621c4f694
commit 3a82bae1ac
1 changed files with 1 additions and 3 deletions

View File

@ -21,9 +21,7 @@ It also includes detailed information about docker image.
```bash
# Clone the repository and go inside it
git clone https://github.com/LNIS-Projects/OpenFPGA.git && cd OpenFPGA
mkdir build && cd build # Create a folder named build in the OpenPFGA repository
cmake .. # Create a Makefile in this folder using cmake
make # Compile the tool and its dependencies
make all
```
---