Skip to content

Instantly share code, notes, and snippets.

@krzysztof-jusiak
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krzysztof-jusiak/11c105090bf6a9963dc9 to your computer and use it in GitHub Desktop.
Save krzysztof-jusiak/11c105090bf6a9963dc9 to your computer and use it in GitHub Desktop.
get boost
#!/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