Skip to content

Instantly share code, notes, and snippets.

@AndyDangerous
Last active August 29, 2015 14:10
Show Gist options
  • Save AndyDangerous/9f5fecd8d3e4105f3850 to your computer and use it in GitHub Desktop.
Save AndyDangerous/9f5fecd8d3e4105f3850 to your computer and use it in GitHub Desktop.
When you want lynx on your mac (Yosemite)...
# you may need to create this
cd /usr/local/src
# 2.8.8 is the latest stable version as of Nov. 21, 2014 - check lynx.isc.org for more recent versions
curl -O http://lynx.isc.org/lynx2.8.8/lynx2.8.8.tar.gz
tar -xzvf lynx2.8.8.tar.gz
cd lynx2-8-8
./configure --mandir=/usr/share/man
make
# you may need to `sudo` this
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment