GitHub - antlad/cpp_microservice_sample

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

install connan and after that:

conan profile update settings.compiler.libcxx=libstdc++11 default

conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan True conan remote add conan-community https://api.bintray.com/conan/conan-community/conan True conan remote add inexorgame https://api.bintray.com/conan/inexorgame/inexor-conan True

mkdir build && cd build && conan install .. --build=missing --profile ../gcc8_profile.txt && cmake -GNinja -DCMAKE_BUILD_TYPE=Release .. && cmake --build . --config Release

About

No description, website, or topics provided.

Resources

Readme

Activity

Stars

2 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published