Skip to content

Instantly share code, notes, and snippets.

@ryanjbonnell
Last active November 21, 2018 06:48
Show Gist options
  • Save ryanjbonnell/4611642 to your computer and use it in GitHub Desktop.
Save ryanjbonnell/4611642 to your computer and use it in GitHub Desktop.
Install lynx on Mac OS X 10.8 "Mountain Lion"
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
@fishme
Copy link

fishme commented Nov 21, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment