Jam: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
---- | ---- | ||
{{Package-Introduction|Jam is a software build tool.}} | |||
Jam is a software build tool. | |||
== Dependencies == | == Dependencies == | ||
Revision as of 12:47, 16 April 2007
| Download Source: | ftp://ftp.perforce.com/pub/jam/jam-2.5.tar |
|---|
Introduction to Jam
Jam is a software build tool.
Project Homepage: Unknown
Dependencies
Non-Multilib
Compile the package:
make
The installation must be done manually. Copy the binaries from the created directory:
cd bin.linux* &&
cp -v jam /usr/bin && cp -v mkjambase /usr/bin
Multilib
32Bit
Compile the package:
make CC="gcc ${BUILD32}"
The installation must be done manually. Copy the binaries from the created directory:
cd bin.linux* && cp -v jam /usr/bin/jam-32 && cp -v mkjambase /usr/bin/mkjambase
N32
Compile the package:
make CC="gcc ${BUILDN32}"
The installation must be done manually. Copy the binaries from the created directory:
cd bin.linux* && cp -v jam /usr/bin/jam-n32 cp -v mkjambase /usr/bin/mkjambase
64Bit
Compile the package:
make CC="gcc ${BUILD64}"
The installation must be done manually. Copy the binaries from the created directory:
cd bin.linux* && cp -v jam /usr/bin/jam-64 && ln -sfv multiarch_wrapper /usr/bin/jam && cp -v mkjambase /usr/bin
Contents
| Installed Programs: | jam, mkjambase |
|---|---|
| Installed Libraries: | None |
| Installed Directories: | None |