logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/folly
or

Install via npx

npx @hexmos/ipm i facebook/folly

Prerequisites

Python

language

Version: >=3.6.0

CMake

build_tool

Version: 3.21.4

Boost

package_manager

Version: 1.78.0

Git

system_tool

Version: 2.35.1

gflags

library

Version: 2.0.4

Google Test

library

Version: 1.15.0

libtool

system_tool

Version: 2.4.3

lz4

library

Version: 1.0.0

xz

library

Version: 5.2.0

zlib

system_package

Version: 1.2.11

openssl

system_package

Version: 3.0.0

snappy

library

Version: 1.1.2

libevent

system_tool

Version: 2.0.18

boost-python

package_manager

Version: 1.78.0

clang

build_tool

Version: 14.0.0

gcc

build_tool

Version: 9.3.0

cmake-gui

system_tool

Version: 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 install

Binary Installation (Linux)

cd folly

sudo make install

Vcpkg Installation (Windows)

vcpkg install folly:x64-windows

Post Installation Steps

  • Start the server: `./run.sh`
  • Run database migrations: `./migrate.py`