SSX3LobbyServer/third_party/boost/README.md

309 B

Welcome to hell

This is where all the boost libraries live as submodules..

see ./list for them

Reinitalizing

The following bash one liner was used to initalize this repo

for f in $(cat list); do git submodule add https://github.com/boostorg/$f.git $f; cd $f; git checkout boost-1.84.0; cd ..; done