Skip to content

Autobuild packaged boost

License

Notifications You must be signed in to change notification settings

secondlife/3p-boost

Repository files navigation

3p-boost

Autobuild-packaged boost

Submodules

This repository vendors boost using submodules. Be sure to pull them when cloning or updating this repository.

Fresh clone:

git clone --recurse-submodules [email protected]:secondlife/3p-boost.git

Existing checkout:

git submodule update --init --recursive

Since boost has a lot of submodules you may want to enable parallel submodule jobs:

git config --global submodule.fetchJobs $(nproc)