Changeset 340 for trunk/README
- Timestamp:
- May 19, 2007, 12:45:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r337 r340 60 60 61 61 62 == Prerequisites ==63 64 ia) Subversion development files, i.e., header files and program65 libraries, version 1.4 or later.66 67 ib) This item should not be an issue if item ia) is fulfilled; the68 Apache Portable Runtime (APR) should be available if the subversion69 API was succesfully compiled. Subversion depends on APR and in70 consequence, the dependency is inherited by svndigest.71 72 ii) Gnuplot.73 74 iii) A standard C++ compliant compiler with one extension: svndigest75 must be compiled with a C++ compiler that supports 'long long'76 types - GCC does this. This is due to the fact that one of the77 underlying libraries, APR, is using 'long long'. APR is written in78 C and the C standard allows 'long long'.79 80 Even though the source is compiled with the -pedantic flag (which81 should catch the non C++ standard 'long long') there is another82 flag to suppress 'long long' diagnostics, -Wno-long-long.83 84 85 62 ---------------------------------------------------------------------- 86 63 {{{
Note: See TracChangeset
for help on using the changeset viewer.