Skip to content

Instantly share code, notes, and snippets.

@mpapis
Created October 5, 2011 18:25
Show Gist options
  • Select an option

  • Save mpapis/1265242 to your computer and use it in GitHub Desktop.

Select an option

Save mpapis/1265242 to your computer and use it in GitHub Desktop.
install libs (autoconf) with SM
#!/usr/bin/env bash
sm sets install gnu
sm autoconf install version 2.6
#!/usr/bin/env bash
curl -L https://github.com/sm/sm/tarball/master -o sm-head.tar.gz &&
tar zxf sm-head.tar.gz &&
mv sm-sm-* sm-head &&
cd sm-head &&
./install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment