Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Install guide

Source distribution

This section explains how to install libishtarnet from the source distribution.

Prerequisites

To compile libishtarnet and programs who depend on it, you need a working and fairly recent c++ compiler (at least 3.4 when using g++ because gcc 3.3 or lower does not yet understand some of the templates used) and a working sh compatible shell.

Compilation

Once you have downloaded and extracted the libishtarnet source distribution, you have to configure it by typing:
./configure
in libishtarnet's directory. Then you can make it by typing:
make
and install it system wide by typing (you need to be root for this step if your install destination folder (default /usr/local) is not writable from your normal user):
make install

SVN

This section explains how to compile libishtarnet from an SVN snapshot. It assumes that libishtarnet is already extracted from SVN and does not explain how to use SVN. For an introduction to SVN, visit: http://subversion.tigris.org

Prerequisites

To bootstrap libishtarnet from SVN, you need the following additional tools:

Generating configure

You first need to create the configure-file by doing:
./bootstrap
You can then follow the instructions found in the Compilation section above.
Generated on Mon Oct 24 17:30:54 2005 for libishtarnet by  doxygen 1.4.2