mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 08:34:44 +08:00
Remove libuuid dependency.
It was added as part of: https://github.com/ArthurSonzogni/Diagon/issues/26 This was a dependency in ANTLR, but it looks like it has been removed recently: https://github.com/antlr/antlr4/commit/0b8ed202e38137553364bfd84236c488c9460334 This was found by @petertrotman in https://github.com/ArthurSonzogni/Diagon/pull/73
This commit is contained in:
@@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
- name: "Install Linux Dependencies"
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
run: sudo apt install libboost-graph-dev uuid-dev
|
||||
run: sudo apt install libboost-graph-dev
|
||||
|
||||
- name: "Install boost for windows"
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
@@ -194,7 +194,7 @@ jobs:
|
||||
|
||||
- name: "Install Linux Dependencies"
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
run: sudo apt install libboost-graph-dev uuid-dev
|
||||
run: sudo apt install libboost-graph-dev
|
||||
|
||||
- name: "Install boost for windows"
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
|
||||
@@ -637,10 +637,10 @@ Binaries using multiple formats are provided in the [release](https://github.com
|
||||
|
||||
## Build
|
||||
|
||||
This depends on cmake, uuid-dev and libboost-graph-dev
|
||||
This depends on cmake, and libboost-graph-dev
|
||||
On Linux:
|
||||
```sh
|
||||
sudo apt install make uuid-dev libboost-graph-dev cmake default-jdk;
|
||||
sudo apt install make libboost-graph-dev cmake default-jdk;
|
||||
mkdir build;
|
||||
cd build;
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
@@ -28,7 +28,6 @@ parts:
|
||||
- pkg-config
|
||||
- unzip
|
||||
- curl
|
||||
- uuid-dev
|
||||
- openjdk-11-jdk
|
||||
- libboost-graph-dev
|
||||
override-pull: |
|
||||
|
||||
Reference in New Issue
Block a user