Changeset 136 for trunk/README


Ignore:
Timestamp:
Aug 3, 2006, 9:00:27 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Added some information on prerequisites to compile the project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r122 r136  
    2323
    2424
    25 Acknowledgements
     251  Prerequisites
     26
     27i) Subversion development files, i.e., header files and program
     28   libraries, version 1.4 or later.
     29
     30ii) Gnuplot.
     31
     32iii) A standard C++ compliant compiler with one extension: svnstat
     33   must be compiled with a C++ compiler that supports 'long long'
     34   types - GCC does this. This is due to the fact that one of the
     35   underlying libraries, apr, is using 'long long'. apr is written in
     36   C and the C standard allows 'long long'.
     37
     38   Even though the source is compiled with the -pedantic flag (which
     39   should catch the non C++ standard 'long long') there is another
     40   flag to suppress 'long long' diagnostics, -Wno-long-long.
     41
     42
     432  Compilation and installation
     44
     45See INSTALL for instructions on how to compile and install svnstat.
     46
     47
     483  Acknowledgements
    2649
    2750svnstat uses a C++ interface to Gnuplot inspired by Rajarshi Guha.
Note: See TracChangeset for help on using the changeset viewer.