Changeset 903
- Timestamp:
- Nov 27, 2009, 5:29:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r858 r903 43 43 consequence, the dependency is inherited by svndigest. 44 44 45 * PLplot, http://plplot.sourceforge.net, and pkg-config utility,46 http://pkg-config.freedesktop.org, to query infomration about47 PLplot headers and libs.48 49 45 * A standard C++ compliant compiler with one extension: svndigest 50 46 must be compiled with a C++ compiler that supports 'long long' … … 55 51 should catch the non C++ standard 'long long') there is another 56 52 flag to suppress 'long long' diagnostics, -Wno-long-long. 53 54 === Optional === 55 56 * PLplot, http://plplot.sourceforge.net, is used to generate graphics 57 in the output. You can build svndigest without PLplot if you run 58 configure with `--without-plplot`. 59 60 * pkg-config utility, http://pkg-config.freedesktop.org, is used to 61 query infomration about PLplot headers and libs. It is possible to 62 configure and build without pkg-config, but we recommend that you 63 have pkg-config available because it makes detection of PLplot much 64 more automatic and convenient. 57 65 58 66
Note: See TracChangeset
for help on using the changeset viewer.