SAPIServer/speech2/third_party/boost/README.md

12 lines
312 B
Markdown
Raw Normal View History

# 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`