Skip to content

Commit

Permalink
doc: fix instructions to install dependencies (#35)
Browse files Browse the repository at this point in the history
- include missed `apt`
- fix order
- include java
  • Loading branch information
Maximiliano Greco authored Mar 25, 2022
1 parent 30e6b87 commit 23d95bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ Binaries using multiple formats are provided in the [release](https://github.com
This depends on cmake, uuid-dev and libboost-graph-dev
On Linux:
```sh
sudo make install uuid-dev libboost-graph-dev cmake;
sudo apt install make uuid-dev libboost-graph-dev cmake default-jdk;
mkdir build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 23d95bb

Please sign in to comment.