Skip to content

Instantly share code, notes, and snippets.

@parisk
Created March 20, 2016 11:46
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 parisk/a7b4849a8134f6ab17ef to your computer and use it in GitHub Desktop.
Save parisk/a7b4849a8134f6ab17ef to your computer and use it in GitHub Desktop.
Boost library download
#! /usr/bin/env sh
mkdir -p /mnt/data/.local
# Download boost
cd /mnt/data/.local
wget -O boost.tar.gz http://downloads.sourceforge.net/project/boost/boost/1.60.0/boost_1_60_0.tar.gz?r=htt
p%3A%2F%2Fwww.boost.org%2Fusers%2Fhistory%2Fversion_1_60_0.html\&ts=1458472711\&use_mirror=netix
tar -xzvf boost.tar.gz
# Clean directory
rm -r boost.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment