Last active
August 29, 2015 14:02
-
-
Save kris-jusiak/11c105090bf6a9963dc9 to your computer and use it in GitHub Desktop.
get boost
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git clone --quiet --depth=1 --single-branch https://github.com/boostorg/boost.git | |
cd boost | |
git submodule update --init --quiet -- tools/build tools/inspect libs/wave `echo $@ | tr ' ' '\n' | xargs -i% echo libs/% | xargs` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment