mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
ci/readme
This commit is contained in:
@@ -10,6 +10,7 @@ matrix:
|
||||
- zlib
|
||||
- openssl
|
||||
- nlohmann-json
|
||||
- sqlite
|
||||
|
||||
script:
|
||||
- |
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user