diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ +### 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) |