ci/readme

This commit is contained in:
ouwou 2020-12-10 17:15:15 -05:00
parent 850b87c1ec
commit 4a32ab4a74
3 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ matrix:
- zlib
- openssl
- nlohmann-json
- sqlite
script:
- |

View File

@ -38,6 +38,7 @@
* [C++ Requests: Curl for People](https://github.com/whoshuu/cpr/)
* [zlib](https://zlib.net/)
* [simpleini](https://github.com/brofield/simpleini)
* [SQLite3](https://www.sqlite.org/index.html)
### TODO:
* Voice support

View File

@ -26,7 +26,7 @@ for:
install:
- cmd: |
vcpkg install gtkmm:x64-windows nlohmann-json:x64-windows ixwebsocket:x64-windows cpr:x64-windows zlib:x64-windows simpleini:x64-windows
vcpkg install gtkmm:x64-windows nlohmann-json:x64-windows ixwebsocket:x64-windows cpr:x64-windows zlib:x64-windows simpleini:x64-windows sqlite3:x64-windows
cd c:\projects\abaddon
mkdir build && cd build