This is a subset of Boost v1.89.0 generated using the bcp tool. To get a list of boost modules guaranteed to exist, check the build script. Adapted from citra-emu/ext-boost.
To update the Boost version (or to add a new library) follow these steps:
- Download
boostand extract the package. - Copy
update.shorupdate.cmdin this repo to extracted directory ofboost. cdto extractedboostdirectory and runupdatescript. The trimed down version ofboostwill be in thesubsets-boostdirectory.- Copy
update.sh,update.bat,.gitignore, andREADME.mdin this repo to subsets-boost directory. - Remove all the files in this directory (except the
.gitdirectory). - Copy all files in
subsets-boostto this repo directory. - Commit all changes.