mirror of
https://github.com/Vita3K/ext-boost.git
synced 2024-11-23 05:29:39 +00:00
Subset of Boost libraries used by Vita3K
boost | ||
doc/src | ||
libs | ||
tools | ||
.gitignore | ||
boost-build.jam | ||
boost.css | ||
boost.png | ||
boostcpp.jam | ||
bootstrap.bat | ||
bootstrap.sh | ||
INSTALL | ||
Jamroot | ||
LICENSE_1_0.txt | ||
README.md | ||
update.cmd | ||
update.sh |
Boost libraries - trimmed down for Vita3K
This is a subset of Boost v1.82.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.
Updating this repo
To update the Boost version (or to add a new library) follow these steps:
- Download
boost
and extract the package. - Copy
update.sh
orupdate.cmd
in this repo to extracted directory ofboost
. cd
to extractedboost
directory and runupdate
script. The trimed down version ofboost
will be in thesubsets-boost
directory.- Copy
update.sh
,update.bat
,.gitignore
, andREADME.md
in this repo to subsets-boost directory. - Remove all the files in this directory (except the
.git
directory). - Copy all files in
subsets-boost
to this repo directory. - Commit all changes.