Difference between revisions of "Lynx"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m |
|||
Line 7: | Line 7: | ||
---- | ---- | ||
− | {{Package-Introduction|Lynx is a text based web browser.}} | + | {{Package-Introduction|Lynx is a text based web browser.|http://lynx.isc.org}} |
== Dependencies == | == Dependencies == |
Revision as of 04:59, 4 July 2008
Download Source: | http://lynx.isc.org/release/lynx2.8.7.tar.bz2 |
---|
Contents
Introduction to Lynx
Lynx is a text based web browser.
Project Homepage: http://lynx.isc.org
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc \ --with-zlib --with-bzlib && make
Install the package
make docdir=/usr/share/doc/lynx-2.8.7/doc \ helpdir=/usr/share/doc/lynx-2.8.7/help install-full && chgrp -v -R root /usr/share/doc/lynx-2.8.7/doc
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc \ --with-zlib --with-bzlib && make
Install the package
make docdir=/usr/share/doc/lynx-2.8.7/doc \ helpdir=/usr/share/doc/lynx-2.8.7/help install-full && chgrp -v -R root /usr/share/doc/lynx-2.8.7/doc
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --sysconfdir=/etc \ --with-zlib --with-bzlib && make
Install the package
make docdir=/usr/share/doc/lynx-2.8.7/doc \ helpdir=/usr/share/doc/lynx-2.8.7/help install-full && chgrp -v -R root /usr/share/doc/lynx-2.8.7/doc
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --sysconfdir=/etc \ --with-zlib --with-bzlib && make
Install the package
make docdir=/usr/share/doc/lynx-2.8.7/doc \ helpdir=/usr/share/doc/lynx-2.8.7/help install-full && chgrp -v -R root /usr/share/doc/lynx-2.8.7/doc