summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ea86a9..679ea06 100644
--- a/README.md
+++ b/README.md
@@ -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)