stealth-1.47.1.tar.gz, where 1.47.1
is a version number. Below, 1.47.1 should be altered into the version
of the archive that is actually used.
/tmp, and
the archive itself is stored in /tmp as well, do:
cd /tmp
tar xzf stealth-1.47.1.tar.gz
This creates a subdirectory stealth in which the sources are
found
chdir to that directory:
chdir stealth
make/parameters. It should need no
modifications. Among other entries, it contains the entry GCC=g++,
indicating the compiler to use. The compiler should be the GNU g++
compiler version 4.0.2 or above. Also note -lbobcat in the entry
LOPTS="-lbobcat -lstealth -L. -s"
When compiling stealth, the
bobcat library must be available. If you
haven't installed bobcat yet, download it from
http://sourceforge.net/projects/bobcat/, and follow its installation
instructions. Make sure to install both the run-time (bobcat_...)
and the development (bobcat-dev_...) versions.
make/program
This command (note that it is not make program!) will create the
program ./tmp/bin/stealth, which may then be installed in, e.g.,
/usr/sbin.