stealth-3.00.00.tar.gz
, where 3.00.00
is a version number. Below, 3.00.00
should be altered into the version
of the archive that is actually used.
icmake
version;
/tmp
, and
the archive itself is stored in /tmp
as well, do:
cd /tmp tar xzf stealth-3.00.00.tar.gzThis creates a subdirectory
stealth
containing stealth's sources;
chdir
to that directory:
chdir stealth
INSTALL.im
and icmconf
, and
verify that all #defines
match your computer's file system and
software. Also note, in icmconf
, the entry
#define ADD_LIBRARIES "bobcat"
When compiling and stealth, the bobcat header files must be available. When stealth is run it is dynamically linked against the bobcat library. If you haven't installed bobcat yet, download it from http://sourceforge.net/projects/bobcat/, and follow its installation instructions (alternatively, bobcat may be available in your distribution, like Debian or Ubuntu). Make sure to install both the run-time (bobcat_...) and the development (bobcat-dev_...) versions.
./build program stripThis command by default creates the program ./tmp/bin/binary.
./build install program [path] - installs the program as `path' (by default as `/usr/bin/stealth') ./build install man [base] - install the man pages below `base' (by default below `/usr/share/man/man1') ./build install manual [base]- install the manual below `base' (by default below `/usr/share/doc/stealth-doc/manual') ./build install std [base] - install standard docs below `base' (by default below `/usr/share/doc/stealth') ./build install extra [base] - install extra docs below `base' (by default below `/usr/share/doc/stealth-doc')