folly

Collection of reusable C++ library artifacts developed at Facebook

brewmacoslinux
Try with needOr install directly
Source

About

Collection of reusable C++ library artifacts developed at Facebook

Commands

folly

Examples

Link against folly library in C++ project compilation$ clang++ -o myapp myapp.cpp -I$(brew --prefix folly)/include -L$(brew --prefix folly)/lib -lfolly
Check folly installation and version information$ brew info folly
Verify folly headers are properly installed$ ls $(brew --prefix folly)/include/folly