mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 08:34:44 +08:00
doc: fix instructions to install dependencies (#35)
- include missed `apt` - fix order - include java
This commit is contained in:
committed by
GitHub
parent
30e6b87874
commit
23d95bb09f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user