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