- Conan.io blog: https://blog.conan.io
- Blog post about Folly: https://blog.conan.io/2018/11/19/Using-Facebook-Folly-with-Conan.html
To build this project using cmake:
git clone https://github.com/conan-io/examples.git conan-examples
cd conan-examples/libraries/folly/basic
mkdir build && cd build
conan install ..
cmake ..
cmake --build .
bin/folly_example
- CMake >=3.1.3
- C++ compiler with C++14 support (Folly requirement)
- Conan >=1.9.1