elinks build git ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install -y autotools-dev automake build-essential zlib1g zlib1g-dev openssl libssl-dev bzip2 pkg-config gettext | |
cd /tmp | |
git clone https://repo.or.cz/elinks.git | |
cd elinks | |
sh autogen.sh | |
./configure --prefix=/usr/local --mandir=/usr/local/share/man --sysconfdir=/etc --disable-smb --without-x --enable-cgi --enable-leds --enable-256-colors --enable-html-highlight --with-zlib | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment