Jam

From CBLFS
Revision as of 07:11, 28 December 2006 by Chipster19 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: ftp://ftp.perforce.com/pub/jam/jam-2.5.tar

Introduction to Jam

Jam is a software build tool.

Dependencies

Non-Multilib

Compile the package:

make

Install the package:

The installation must be do manually. On x86, a directory bin.linuxx86 is created. So do the following commands :

cd bin.linuxx86
cp -v jam /usr/bin
cp -v mkjambase /usr/bin

Multilib

32Bit

Compile the package:

To do ...

Install the package:

To do ...

N32

Compile the package:

To do ...

Install the package:

To do ...

64Bit

Compile the package:

To do ...

Install the package:

To do ...

Contents

Installed Programs: jam, mkjambase
Installed Libraries: None
Installed Directories: None