Chapter 1. Getting ELinks up and running

Table of Contents

Building and Installing ELinks
Requirements
Recommended Libraries and Programs
Further reading
Tips to obtain a very small static elinks binary
ECMAScript support?!
Ok, so how to get the ECMAScript support working?
The ECMAScript support is buggy! Shall I blame Mozilla people?
Now, I would still like NJS or a new JS engine from scratch…
Feature configuration file (features.conf)
Notes for users
Bookmarks (CONFIG_BOOKMARKS)
XBEL Bookmarks (CONFIG_XBEL_BOOKMARKS)
Cookies (CONFIG_COOKIES)
Form History (CONFIG_FORMHIST)

Installing ELinks should be pretty easy on most systems. Below is described the whole process of configuring the compilation, compiling and installing.

Building and Installing ELinks

The quick guide for the impatient. Issue the following commands from the ELinks source directory:

$ ./configure && make && make install

However you might consider to tweek a few compile time options before building ELinks. You might also want to take a look at what libraries and programs are required or recommended that you install.