kuniga.me > Docs > C++ External Libraries Cheatsheet
C++ External Libraries Cheatsheet
Folly
Setup
Download
Install dependencies
On MacOS it uses homebrew, no need to use sudo
(as the README suggests):
Build
Create a directory inside your home, folly/
. Run:
Setting paths
On MacOS, add to .bash_profile
:
Linking
During compilation: