Moving more packages. Moved libmariadb
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user