Compile `folly` from source on Arch Linux

You first need to install all the dependencies as documented on the folly [https://github.com/facebook/folly] github page, * fmt * googletest, * boost * gflag * glog These are pretty straightforward, as you can build them just fine by following the github page for each project respectively. However I ran into some…