Changeset 162 for trunk/README
- Timestamp:
- Aug 20, 2006, 1:01:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r149 r162 25 25 1 Prerequisites 26 26 27 i ) Subversion development files, i.e., header files and program27 ia) Subversion development files, i.e., header files and program 28 28 libraries, version 1.4 or later. 29 30 ib) This item should not be an issue if item ia) is fulfilled; the 31 Apache Portable Runtime (APR) should be available if the subversion 32 API was succesfully compiled. Subversion depends on APR and in 33 consequence, the dependency is inherited by svndigest. 29 34 30 35 ii) Gnuplot. … … 33 38 must be compiled with a C++ compiler that supports 'long long' 34 39 types - GCC does this. This is due to the fact that one of the 35 underlying libraries, apr, is using 'long long'. apris written in40 underlying libraries, APR, is using 'long long'. APR is written in 36 41 C and the C standard allows 'long long'. 37 42 … … 54 59 interfaces in ANSI C" written by Nicolas Devillard. The C implemention 55 60 is available through http://ndevilla.free.fr/ . 61 62 svndigest build system uses an M4 macro (build_support/find_apr.m4) 63 created within the Apache project (The Apache Software Foundation). No 64 changes is made to the M4 script. The apache license text is available 65 as buid_support/apache_LICENSE-2.0.txt.
Note: See TracChangeset
for help on using the changeset viewer.