Changeset 162 for trunk/README


Ignore:
Timestamp:
Aug 20, 2006, 1:01:59 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Addresses #33. 'configure' now checks for APR libraries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r149 r162  
    25251  Prerequisites
    2626
    27 i) Subversion development files, i.e., header files and program
     27ia) Subversion development files, i.e., header files and program
    2828   libraries, version 1.4 or later.
     29
     30ib) 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.
    2934
    3035ii) Gnuplot.
     
    3338   must be compiled with a C++ compiler that supports 'long long'
    3439   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
     40   underlying libraries, APR, is using 'long long'. APR is written in
    3641   C and the C standard allows 'long long'.
    3742
     
    5459interfaces in ANSI C" written by Nicolas Devillard. The C implemention
    5560is available through http://ndevilla.free.fr/ .
     61
     62svndigest build system uses an M4 macro (build_support/find_apr.m4)
     63created within the Apache project (The Apache Software Foundation). No
     64changes is made to the M4 script. The apache license text is available
     65as buid_support/apache_LICENSE-2.0.txt.
Note: See TracChangeset for help on using the changeset viewer.