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