12 lines
312 B
Markdown
12 lines
312 B
Markdown
|
# Welcome to hell
|
||
|
|
||
|
This is where all the boost libraries used by the server live
|
||
|
|
||
|
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.82.0; cd ..; done`
|