Moving more packages. Moved libmariadb

This commit is contained in:
kdeng00
2020-12-18 02:28:09 -05:00
parent 231b12d60b
commit 65a7aad53d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ One can interface with Icarus the music server either by:
* [cpr](https://www.github.com/whoshuu/cpr)
* [TagLib](https://github.com/taglib/taglib)
* [jwt-cpp](https://github.com/Thalhammer/jwt-cpp)
* libmysql
* libmariadb
* [libbcrypt](https://github.com/rg3/libbcrypt)
* [oatpp](https://github.com/oatpp/oatpp)
@@ -153,7 +153,7 @@ git clone --recursive https://github.com/kdeng00/icarus
cd icarus/3rdparty/vcpkg
./bootstrap-vcpkg.sh
./vcpkg install nlohmann-json cpr taglib jwt-cpp
./vcpkg install nlohmann-json cpr taglib jwt-cpp libmariadb
cd ../3rdparty/libbcrypt/
make