== INSTALL ==


1. Download and install all required libraries
   (See README file, section 'Portability' for more informations)


2. In the directory SMLabyrinth_**, typing:
    
    make                compile the program and put object and executable file into new /exe directory
    make depend         create the program dependencies file
    make doc            create the documentation using Doxygen***
    make cleanall       remove all user-generated files
    make clean          remove unused user-generated files
  
   ('make' command require its package, see http://www.gnu.org/software/make/make.html for more informations)

    **  version number. Eg. 9.9.28
    *** require Doxygen package (see http://www.doxygen.org for more informations).


3. Run the main program:

< Usage report >

 Usage: ./SMLabyrinth [OPTION]

 Default (no options and no values):
                      Run the program using the Graphic User Interface
                      and default tracing verbosity level (1).

 OPTIONS:
   -V [VALUE],
   --verbosity [VALUE]  : Set tracing verbosity level
                          to [VALUE] (0-255) and run
   -v, --version        : Display program version
   -l, --license        : Display program license
   -h, --help           : Display a little help
   -c, --credits        : Display program credits
   -n, *                : Display this informations

   * = all parameters except just showed.
