Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove email address from README file.
[graphlib.git] / INSTALL
1 The only dependencies are Qt4 development files.  On Debian and
2 Ubuntu, install the packages libqt4-dev and qt4-qmake.
3
4 To use this library, just copy the two files DrawingWindow.h and
5 DrawingWindow.cpp in your project, and build your program.  See the
6 examples to find how to use qmake for the build process.
7
8 To generate the documentation, use doxygen with the command:
9         doxygen Doxyfile
10 or simply run
11         make -f install.mk generate