Changeset 149 for trunk/README
- Timestamp:
- Aug 12, 2006, 11:11:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r136 r149 4 4 Copyright (C) 2005, 2006 Jari Häkkinen 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by the 10 10 Free Software Foundation; either version 2 of the License, or (at your 11 11 option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but WITHOUT14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 16 for more details.13 svndigest is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 17 18 18 You should have received a copy of the GNU General Public License … … 30 30 ii) Gnuplot. 31 31 32 iii) A standard C++ compliant compiler with one extension: svn stat32 iii) A standard C++ compliant compiler with one extension: svndigest 33 33 must be compiled with a C++ compiler that supports 'long long' 34 34 types - GCC does this. This is due to the fact that one of the … … 43 43 2 Compilation and installation 44 44 45 See INSTALL for instructions on how to compile and install svn stat.45 See INSTALL for instructions on how to compile and install svndigest. 46 46 47 47 48 48 3 Acknowledgements 49 49 50 svn stat uses a C++ interface to Gnuplot inspired by Rajarshi Guha.50 svndigest uses a C++ interface to Gnuplot inspired by Rajarshi Guha. 51 51 52 52 Rajarshi Guha's "A C++ Interface to Gnuplot" can be found through
Note: See TracChangeset
for help on using the changeset viewer.