Silc-toolkit: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Chipster19 (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://silcnet.org/download/toolkit/sources/silc-toolkit- | | http://silcnet.org/download/toolkit/sources/silc-toolkit-{{Silc-Toolkit-Version}}.tar.bz2 | ||
|} | |} | ||
Latest revision as of 03: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