Skip to content

Instantly share code, notes, and snippets.

@avsm
Created May 22, 2014 11:47
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 avsm/ce2ce785f27c9349d99d to your computer and use it in GitHub Desktop.
Save avsm/ce2ce785f27c9349d99d to your computer and use it in GitHub Desktop.
#!/bin/sh -ex
V=0.3-beta
curl -OL http://download.nanomsg.org/nanomsg-${V}.tar.gz
tar -zxvf nanomsg-${V}.tar.gz
cd nanomsg-${V}
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment