Jam
From CBLFS
Revision as of 06:11, 28 December 2006 by Chipster19 (talk | contribs)
Download Source: | ftp://ftp.perforce.com/pub/jam/jam-2.5.tar |
---|
Contents
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 |