modeco80
ddd3483620
currently the main program is just some stackful coro example stuff that i used just to test i'll add beast too in a sec but just. hang on
11 lines
312 B
Markdown
11 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`
|