Changeset 136 for trunk/README
- Timestamp:
- Aug 3, 2006, 9:00:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r122 r136 23 23 24 24 25 Acknowledgements 25 1 Prerequisites 26 27 i) Subversion development files, i.e., header files and program 28 libraries, version 1.4 or later. 29 30 ii) Gnuplot. 31 32 iii) 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 43 2 Compilation and installation 44 45 See INSTALL for instructions on how to compile and install svnstat. 46 47 48 3 Acknowledgements 26 49 27 50 svnstat uses a C++ interface to Gnuplot inspired by Rajarshi Guha.
Note: See TracChangeset
for help on using the changeset viewer.