doc: fix instructions to install dependencies (#35)

- include missed `apt`
- fix order
- include java
This commit is contained in:
Maximiliano Greco
2022-03-25 01:57:51 +01:00
committed by GitHub
parent 30e6b87874
commit 23d95bb09f
+1 -1
View File
@@ -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