Skip to content

Instantly share code, notes, and snippets.

@leolanese
Created March 13, 2014 09:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leolanese/9525191 to your computer and use it in GitHub Desktop.
Save leolanese/9525191 to your computer and use it in GitHub Desktop.
Lynx on Maverick
##
## http://lynx.isc.org/
##
cd /usr/local/src
curl -O http://lynx.isc.org/lynx2.8.7/lynx2.8.7.tar.gz
tar -xzvf lynx2.8.7.tar.gz
cd lynx2-8-7
./configure --mandir=/usr/share/man
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment