source: tags/release-0.3/README @ 147

Last change on this file since 147 was 136, checked in by Jari Häkkinen, 17 years ago

Added some information on prerequisites to compile the project.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.0 KB
Line 
1$Id: README 136 2006-08-03 19:00:27Z jari $
2
3======================================================================
4Copyright (C) 2005, 2006 Jari Häkkinen
5
6This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat
7
8svnstat is free software; you can redistribute it and/or modify it
9under the terms of the GNU General Public License as published by the
10Free Software Foundation; either version 2 of the License, or (at your
11option) any later version.
12
13svnstat is distributed in the hope that it will be useful, but WITHOUT
14ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
16for more details.
17
18You should have received a copy of the GNU General Public License
19along with this program; if not, write to the Free Software
20Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21USA.
22======================================================================
23
24
251  Prerequisites
26
27i) Subversion development files, i.e., header files and program
28   libraries, version 1.4 or later.
29
30ii) Gnuplot.
31
32iii) 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
432  Compilation and installation
44
45See INSTALL for instructions on how to compile and install svnstat.
46
47
483  Acknowledgements
49
50svnstat uses a C++ interface to Gnuplot inspired by Rajarshi Guha.
51
52Rajarshi Guha's "A C++ Interface to Gnuplot" can be found through
53http://jijo.cjb.net/ . The C++ interface is based on "gnuplot
54interfaces in ANSI C" written by Nicolas Devillard. The C implemention
55is available through http://ndevilla.free.fr/ .
Note: See TracBrowser for help on using the repository browser.