links

lynx-like text mode web browser
git clone anongit@rnpnr.xyz:links.git
Log | Files | Refs | Feed | README | LICENSE

Commit: a91e3088344ee8cde34b68bcdf3246bc5d9856a9
Parent: 15a7cafccd267ca9e6ade86ecf77c3d75b4ca8ac
Author: opask
Date:   Tue,  4 Dec 2018 17:39:58 -0700

update README

Diffstat:
MREADME | 50+++++++++++++++-----------------------------------
1 file changed, 15 insertions(+), 35 deletions(-)

diff --git a/README b/README @@ -1,45 +1,25 @@ Links ===== - - -Contents --------- - -1. About -2. Installation -3. Usage -4. Braille terminal support -5. More features - - -1. About --------- Links is a Lynx-like text and graphics WWW browser. -2. Installation ---------------- -See INSTALL +Requirements +------------ +In order to build links you need the following: + libevent + libjpeg + libpng + libssl + Xlib header files -3. Usage --------- -Commandline: links [options] <url> - -See end of file default.c for list of options. Most options can be set in luser -interface or config file, so you do not need to care about them. - -Keys: see KEYS - - -4. Braille terminal support ---------------------------- -See BRAILLE_HOWTO +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): -5. More features ----------------- -Links is a free software. If you would like to have more features, see -this URL for details: -http://links.twibright.com/development.php + make clean install