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 libishtarsettings from the source distribution.

Prerequisites

To compile libishtarsettings 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), a working sh compatible shell and the following libraries:

Compilation

Once you have downloaded and extracted the libishtarsettings source distribution, you have to configure it by typing:
./configure
in libishtarsettings'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 libishtarsettings from an SVN snapshot. It assumes that libishtarsettings 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 libishtarsettings 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:31:47 2005 for libishtarsettings by  doxygen 1.4.2