https://github.com/secondlife/3p-boost
Autobuild packaged boost
https://github.com/secondlife/3p-boost
Last synced: 5 months ago
JSON representation
Autobuild packaged boost
- Host: GitHub
- URL: https://github.com/secondlife/3p-boost
- Owner: secondlife
- License: other
- Created: 2022-09-21T22:14:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T01:14:29.000Z (5 months ago)
- Last Synced: 2026-01-13T01:54:11.375Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 259 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 git@github.com: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)
```
[Autobuild]: https://wiki.secondlife.com/wiki/Autobuild
[boost]: https://www.boost.org/