Skip to content

Commit

Permalink
Update README with additional build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3154 committed Aug 28, 2023
1 parent 3000efc commit 05deb8f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,19 @@ This project is built with CMake.
Make sure you have all the dependencies installed.

```
sudo apt install cmake build-essential
sudo apt install cmake build-essential libgl1-mesa-dev
```

Clone the repo:

```
git clone https://github.com/Open-Agriculture/AgIsoDDOPGenerator.git --recurse-submodules
```

Then compile with CMake:

```
cd AgIsoDDOPGenerator
cmake -S . -B build
cmake --build build
```

0 comments on commit 05deb8f

Please sign in to comment.