Skip to content

Instantly share code, notes, and snippets.

@edwinestrada
Forked from ryanjbonnell/gist:4611642
Last active August 29, 2015 14:17
Show Gist options
  • Save edwinestrada/8a4c696833b5337c33b5 to your computer and use it in GitHub Desktop.
Save edwinestrada/8a4c696833b5337c33b5 to your computer and use it in GitHub Desktop.
Installing lynx on MAC osx
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