mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
16 lines
547 B
Markdown
16 lines
547 B
Markdown
### Building:
|
|
#### Windows:
|
|
1. ```vcpkg install gtkmm:x64-windows nlohmann-json:x64-windows ixwebsocket:x64-windows cpr:x64-windows zlib:x64-windows simpleini:x64-windows```
|
|
2. open sln and compile
|
|
|
|
#### Mac/Linux:
|
|
1. good luck
|
|
|
|
Built using:
|
|
* [gtkmm](https://www.gtkmm.org/en/)
|
|
* [JSON for Modern C++](https://github.com/nlohmann/json)
|
|
* [IXWebSocket](https://github.com/machinezone/IXWebSocket)
|
|
* [C++ Requests: Curl for People](https://github.com/whoshuu/cpr/)
|
|
* [zlib](https://zlib.net/)
|
|
* [simpleini](https://github.com/brofield/simpleini)
|