source: trunk/README @ 667

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

Made documentation generation optional, issue 'make doc' for docs generation.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1$Id: README 573 2006-04-06 20:43:28Z jari $
2
3Copyright (C) 2003 Jari Häkkinen, Peter Johansson
4Copyright (C) 2004, 2006 Jari Häkkinen
5
6This file is part of thep c++ tools library,
7                                 http://lev.thep.lu.se/trac/c++_tools
8
9The c++ tools library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License as
11published by the Free Software Foundation; either version 2 of the
12License, or (at your option) any later version.
13
14The c++ tools library is distributed in the hope that it will be
15useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program; if not, write to the Free Software
21Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
22USA.
23
24
25If you checked out this project from the CVS repository you must run
26'./bootstrap' followed by './configure'. This will create necessary
27support files such as Makefile's.
28
29Issue 'make' to compile the project.
30
31Optionally you can do 'make check' to run test programs. 'make doc'
32will generate documentation.
33
34'make install' will install the package into your system. Default
35installation location is /usr/local, this can be changed with
36./configure --prefix=/dir/to/install/to.
Note: See TracBrowser for help on using the repository browser.