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
+1 -1
View File
@@ -118,4 +118,4 @@ add_executable(icarus ${SOURCES} ${HEADERS})
target_include_directories(icarus PRIVATE ${JWT_CPP_INCLUDE_DIRS}) target_include_directories(icarus PRIVATE ${JWT_CPP_INCLUDE_DIRS})
target_link_libraries(icarus PRIVATE "-lstdc++fs" oatpp tag mysqlclient nlohmann_json nlohmann_json::nlohmann_json cpr bcrypt) target_link_libraries(icarus PRIVATE "-lstdc++fs" oatpp tag mariadb nlohmann_json nlohmann_json::nlohmann_json cpr bcrypt)
+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) * [cpr](https://www.github.com/whoshuu/cpr)
* [TagLib](https://github.com/taglib/taglib) * [TagLib](https://github.com/taglib/taglib)
* [jwt-cpp](https://github.com/Thalhammer/jwt-cpp) * [jwt-cpp](https://github.com/Thalhammer/jwt-cpp)
* libmysql * libmariadb
* [libbcrypt](https://github.com/rg3/libbcrypt) * [libbcrypt](https://github.com/rg3/libbcrypt)
* [oatpp](https://github.com/oatpp/oatpp) * [oatpp](https://github.com/oatpp/oatpp)
@@ -153,7 +153,7 @@ git clone --recursive https://github.com/kdeng00/icarus
cd icarus/3rdparty/vcpkg cd icarus/3rdparty/vcpkg
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh
./vcpkg install nlohmann-json cpr taglib jwt-cpp ./vcpkg install nlohmann-json cpr taglib jwt-cpp libmariadb
cd ../3rdparty/libbcrypt/ cd ../3rdparty/libbcrypt/
make make