How to install facebook/folly. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
facebook/folly Installation Guide
How to install facebook/folly. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for facebook/folly. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i facebook/follyor
Install via npx
npx @hexmos/ipm i facebook/follyPrerequisites
Python
languageVersion: >=3.6.0
CMake
build_toolVersion: 3.21.4
Boost
package_managerVersion: 1.78.0
Git
system_toolVersion: 2.35.1
gflags
libraryVersion: 2.0.4
Google Test
libraryVersion: 1.15.0
libtool
system_toolVersion: 2.4.3
lz4
libraryVersion: 1.0.0
xz
libraryVersion: 5.2.0
zlib
system_packageVersion: 1.2.11
openssl
system_packageVersion: 3.0.0
snappy
libraryVersion: 1.1.2
libevent
system_toolVersion: 2.0.18
boost-python
package_managerVersion: 1.78.0
clang
build_toolVersion: 14.0.0
gcc
build_toolVersion: 9.3.0
cmake-gui
system_toolVersion: 3.21.4
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation
git clone https://github.com/facebook/folly.git
cd folly
mkdir build
cd build
cmake .. -DBUILD_SHARED_LIBS=ON
make
sudo make installBinary Installation (Linux)
cd folly
sudo make installVcpkg Installation (Windows)
vcpkg install folly:x64-windowsPost Installation Steps
- Start the server: `./run.sh`
- Run database migrations: `./migrate.py`
