Follow simple steps to install folly on Mac
Package Information:
Name: folly
Use: Folly (acronymed loosely after Facebook Open Source Library) is a library of C++11 components designed with practicality and efficiency in mind.
URL: https://github.com/facebook/folly
Installation Steps:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Copy the below command and execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install folly using brew
brew install folly
folly is ready to use now!