WSJT-X/README.md
Bill Somerville 4ebe6417a5 Squashed 'boost/' content from commit b4feb19f2
git-subtree-dir: boost
git-subtree-split: b4feb19f287ee92d87a9624b5d36b7cf46aeadeb
2018-06-09 21:48:32 +01:00

643 B

Boost "vendor" repo for K1JT projects

This repository contains a subset of the Boost project with libraries needed by K1JT project s such as WSJT-X. It contains two branches, upstream and master. To upgrade the content do the following:

git checkout upstream
rm -r *
# use the bcp tool to populate with the new Boost libraries
git commit -a -m "Updated Boost v1.63 libraries including ..."
git tag boost_1_63
git push origin
git checkout master
git merge upstream
git push origin

The resulting master branch is now ready to be git-subtree merged into any projects that need these libraries.