Commit: a576c69a2daf0a668ddac6e52de257b9faed5267 Parent: 8ae13472f480dad2a0fdc5d601190dcf1c67487e Author: 0x766F6964 Date: Fri, 17 Jul 2020 16:23:42 -0600 update README Diffstat:
D | README | | | 25 | ------------------------- |
A | README.md | | | 25 | +++++++++++++++++++++++++ |
2 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/README b/README @@ -1,25 +0,0 @@ -Links -===== -Links is a Lynx-like text and graphics WWW browser. - - -Requirements ------------- -In order to build links you need the following: - libevent - libjpeg - libpng - libssl - Xlib header files - - -Installation ---------------- -Edit config.mk to match your local setup (links is installed into -the /usr/local namespace by default). - -Afterwards enter the following command to build and install links (if -necessary as root): - - make clean install - diff --git a/README.md b/README.md @@ -0,0 +1,25 @@ +Links +===== +Links is a Lynx-like text and graphics WWW browser. + +This fork cleans up a lot of legacy code but removes the graphics mode. +If that mode was important to you then steer clear. + + +Requirements +------------ +In order to build links you need the following: +* libevent +* libssl + + +Installation +--------------- +Edit config.mk to match your local setup (links is installed into +the /usr/local namespace by default). + +Afterwards enter the following command to build and install links (if +necessary as root): +``` +make clean install +```