mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-27 16:16:35 +03:00
@@ -43,9 +43,10 @@ Or, do steps 1 and 2, and open CMakeLists.txt in Visual Studio if `vcpkg integra
|
|||||||
#### Mac:
|
#### Mac:
|
||||||
1. `git clone https://github.com/uowuo/abaddon && cd abaddon`
|
1. `git clone https://github.com/uowuo/abaddon && cd abaddon`
|
||||||
2. `brew install gtkmm3 nlohmann-json`
|
2. `brew install gtkmm3 nlohmann-json`
|
||||||
3. `mkdir build && cd build`
|
3. `git submodule update --init subprojects`
|
||||||
4. `cmake ..`
|
4. `mkdir build && cd build`
|
||||||
5. `make`
|
5. `cmake ..`
|
||||||
|
6. `make`
|
||||||
|
|
||||||
#### Linux:
|
#### Linux:
|
||||||
1. Install dependencies: `libgtkmm-3.0-dev`, `libcurl4-gnutls-dev`, and [nlohmann-json](https://github.com/nlohmann/json)
|
1. Install dependencies: `libgtkmm-3.0-dev`, `libcurl4-gnutls-dev`, and [nlohmann-json](https://github.com/nlohmann/json)
|
||||||
|
|||||||
Reference in New Issue
Block a user