Difference between revisions of "Silc-toolkit"

From CBLFS
Jump to navigationJump to search
 
 
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://silcnet.org/download/toolkit/sources/silc-toolkit-1.0.2.tar.bz2
+
| http://silcnet.org/download/toolkit/sources/silc-toolkit-{{Silc-Toolkit-Version}}.tar.bz2
 
|}
 
|}
  

Latest revision as of 04:33, 10 March 2009

Download Source: http://silcnet.org/download/toolkit/sources/silc-toolkit-1.1.9.tar.bz2

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr --sysconfdir=/etc \
    --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr --sysconfdir=/etc \
    --libdir=/usr/lib64 &&
make

Install the package

make install