Thursday, 25 June 2009

How to compile ELinks from source on Debian or Ubuntu

ELinks is a text-based Web browser, that is rather handy.

First install GnuTLS development files to allow SSL support:
aptitude install libgnutls-dev
Then, compile and install ELinks:
wget http://elinks.or.cz/download/elinks-0.12pre4.tar.bz2
tar -xjvf elinks-0.12pre4.tar.bz2
cd elinks-0.12pre4
./configure --with-gnutls
make
make install

No comments:

Post a Comment