logo P.I.G.A.L.E.

Public Implementation of a Graph Algorithm
Library and Editor


H. de Fraysseix      P. Ossona de Mendez

Compilation and Installation

This package includes the source files of a stand alone library tgraph, the editor pigale and the client program and the souces of the freeglut library
The editor and the client use the Qt4 toolkit and the OpenGL libraries for the 3-dimensional drawings.
(Versions prior to 1.3 uses Qt3).

Linux

Automatic configuration

Pigale uses GNU configure for the compilation and installation configurations.

If the prefix points to the directory containing the sources of Pigale, you do not need to run make install (pigale will be in prefix/qt).
If automake complains, you may try to execute:
aclocal && automake -ac && autoconf
before running ./configure

The following repertories are created during the installation:

Manual configuration

On most distributions Qt4 is installed, but some Qt4 tools might have been renamed.
In such case, you may

This program has also been compiled under different UNIX systems, using the gcc compilers.

Windows

Pigale has been compiled with the following:

To compile Pigale from the sources: The installation creates the same repertories as under Linux.

Warning

While compiling and installing, you should not have a sh.exe in your path.

Using tgraph with Microsoft Visual C++

In the repertory tgraph, the file tgraph-VisualC++-X.vcproj can be used to create the tgraph.lib library.
mail logo
Hubert de Fraysseix
Patrice Ossona de Mendez

Last modified: Thu Mar 19 13:35:10 CET 2009