Skip to content

Instantly share code, notes, and snippets.

@jevinskie
Created February 18, 2011 16:44
Show Gist options
  • Save jevinskie/833956 to your computer and use it in GitHub Desktop.
Save jevinskie/833956 to your computer and use it in GitHub Desktop.
tar xvaf foo.tar.bz2
cd foo
mkdir -p ~/base/foo
./configure --prefix=$HOME/base/foo
make install
echo 'export PATH="$PATH:$HOME/base/foo/bin"' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment