Lynx: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) m Categorized |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://lynx.isc.org/release/ | | http://lynx.isc.org/release/lynx{{Lynx-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|Lynx is a text based web browser.|http://lynx.isc.org}} | |||
== Dependencies == | == Dependencies == | ||
| Line 11: | Line 13: | ||
=== Optional === | === Optional === | ||
* [[OpenSSL]] or [[GnuTLS]] | * [[OpenSSL]] or [[GnuTLS]] | ||
* | * A MTA | ||
* [[Zip]] | * [[Zip]] | ||
* [[Unzip]] | * [[Unzip]] | ||
| Line 21: | Line 23: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=/usr -- | ./configure --prefix=/usr --sysconfdir=/etc \ | ||
--with-zlib --with-bzlib && | --with-zlib --with-bzlib && | ||
make | make | ||
| Line 27: | Line 29: | ||
Install the package | Install the package | ||
make docdir=/usr/share/doc/lynx- | make docdir=/usr/share/doc/lynx-{{Lynx-Version}}/doc \ | ||
helpdir=/usr/share/doc/lynx- | helpdir=/usr/share/doc/lynx-{{Lynx-Version}}/help install-full && | ||
chgrp -v -R root /usr/share/doc/lynx- | chgrp -v -R root /usr/share/doc/lynx-{{Lynx-Version}}/doc | ||
== Multilib == | == Multilib == | ||
| Line 38: | Line 40: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" ./configure --prefix=/usr -- | CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc \ | ||
--with-zlib --with-bzlib && | --with-zlib --with-bzlib && | ||
make | make | ||
| Line 44: | Line 46: | ||
Install the package | Install the package | ||
make docdir=/usr/share/doc/lynx- | make docdir=/usr/share/doc/lynx-{{Lynx-Version}}/doc \ | ||
helpdir=/usr/share/doc/lynx- | helpdir=/usr/share/doc/lynx-{{Lynx-Version}}/help install-full && | ||
chgrp -v -R root /usr/share/doc/lynx- | chgrp -v -R root /usr/share/doc/lynx-{{Lynx-Version}}/doc | ||
=== N32 === | === N32 === | ||
| Line 52: | Line 54: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILDN32}" ./configure --prefix=/usr -- | CC="gcc ${BUILDN32}" ./configure --prefix=/usr --sysconfdir=/etc \ | ||
--with-zlib --with-bzlib && | --with-zlib --with-bzlib && | ||
make | make | ||
| Line 58: | Line 60: | ||
Install the package | Install the package | ||
make docdir=/usr/share/doc/lynx- | make docdir=/usr/share/doc/lynx-{{Lynx-Version}}/doc \ | ||
helpdir=/usr/share/doc/lynx- | helpdir=/usr/share/doc/lynx-{{Lynx-Version}}/help install-full && | ||
chgrp -v -R root /usr/share/doc/lynx- | chgrp -v -R root /usr/share/doc/lynx-{{Lynx-Version}}/doc | ||
=== 64Bit === | === 64Bit === | ||
| Line 66: | Line 68: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD64}" ./configure --prefix=/usr -- | CC="gcc ${BUILD64}" ./configure --prefix=/usr --sysconfdir=/etc \ | ||
--with-zlib --with-bzlib && | --with-zlib --with-bzlib && | ||
make | make | ||
| Line 72: | Line 74: | ||
Install the package | Install the package | ||
make docdir=/usr/share/doc/lynx- | make docdir=/usr/share/doc/lynx-{{Lynx-Version}}/doc \ | ||
helpdir=/usr/share/doc/lynx- | helpdir=/usr/share/doc/lynx-{{Lynx-Version}}/help install-full && | ||
chgrp -v -R root /usr/share/doc/lynx- | chgrp -v -R root /usr/share/doc/lynx-{{Lynx-Version}}/doc | ||
[[Category:Non-GUI Clients]] | |||
Latest revision as of 18:03, 5 April 2009
| Download Source: | http://lynx.isc.org/release/lynx2.8.7.tar.bz2 |
|---|
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