C++ Web development Library and Utilities.
https://docs.conan.io/1/installation.html
conan install . -of ./dependencies
- Run
cmake build . -DCMAKE_TOOLCHAIN_FILE=./dependencies/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Releaseto setup cmake project - Run
cmake --build .to build - Run
./WeaselTestAppto start sample server