Difference between revisions of "Lynx"

From CBLFS
Jump to navigationJump to search
 
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://lynx.isc.org/release/lynx2.8.5.tar.bz2
+
| http://lynx.isc.org/release/lynx2.8.6.tar.bz2
 
|}
 
|}
  
Line 27: Line 27:
 
Install the package
 
Install the package
  
  make install
+
  make docdir=/usr/share/doc/lynx-2.8.6/doc \
 +
    helpdir=/usr/share/doc/lynx-2.8.6/help install-full &&
 +
chgrp -v -R root /usr/share/doc/lynx-2.8.6/doc
  
 
== Multilib ==
 
== Multilib ==
 +
'''''This package does not provide any libraries so only one installation is needed.'''''
  
 
=== 32Bit ===
 
=== 32Bit ===
Line 41: Line 44:
 
Install the package
 
Install the package
  
  make install
+
  make docdir=/usr/share/doc/lynx-2.8.6/doc \
 +
    helpdir=/usr/share/doc/lynx-2.8.6/help install-full &&
 +
chgrp -v -R root /usr/share/doc/lynx-2.8.6/doc
  
 
=== N32 ===
 
=== N32 ===
Line 53: Line 58:
 
Install the package
 
Install the package
  
  make install
+
  make docdir=/usr/share/doc/lynx-2.8.6/doc \
 +
    helpdir=/usr/share/doc/lynx-2.8.6/help install-full &&
 +
chgrp -v -R root /usr/share/doc/lynx-2.8.6/doc
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 65: Line 72:
 
Install the package
 
Install the package
  
  make install
+
  make docdir=/usr/share/doc/lynx-2.8.6/doc \
 +
    helpdir=/usr/share/doc/lynx-2.8.6/help install-full &&
 +
chgrp -v -R root /usr/share/doc/lynx-2.8.6/doc

Revision as of 12:15, 16 October 2006

Download Source: http://lynx.isc.org/release/lynx2.8.6.tar.bz2

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --libdir=/etc \
   --with-zlib --with-bzlib &&
make

Install the package

make docdir=/usr/share/doc/lynx-2.8.6/doc \
    helpdir=/usr/share/doc/lynx-2.8.6/help install-full &&
chgrp -v -R root /usr/share/doc/lynx-2.8.6/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 --libdir=/etc \
   --with-zlib --with-bzlib &&
make

Install the package

make docdir=/usr/share/doc/lynx-2.8.6/doc \
    helpdir=/usr/share/doc/lynx-2.8.6/help install-full &&
chgrp -v -R root /usr/share/doc/lynx-2.8.6/doc

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/etc \
   --with-zlib --with-bzlib &&
make

Install the package

make docdir=/usr/share/doc/lynx-2.8.6/doc \
    helpdir=/usr/share/doc/lynx-2.8.6/help install-full &&
chgrp -v -R root /usr/share/doc/lynx-2.8.6/doc

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/etc \
   --with-zlib --with-bzlib &&
make

Install the package

make docdir=/usr/share/doc/lynx-2.8.6/doc \
    helpdir=/usr/share/doc/lynx-2.8.6/help install-full &&
chgrp -v -R root /usr/share/doc/lynx-2.8.6/doc