[2] | 1 | $Id: README 865 2007-09-10 19:41:04Z peter $ |
---|
| 2 | |
---|
[831] | 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 |
---|
[765] | 6 | Copyright (C) 2007 Peter Johansson |
---|
[573] | 7 | |
---|
[865] | 8 | This file is part of yat library, http://trac.thep.lu.se/trac/yat |
---|
[573] | 9 | |
---|
[675] | 10 | The yat library is free software; you can redistribute it and/or |
---|
[573] | 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 | |
---|
[675] | 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 |
---|
[573] | 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 | |
---|
[765] | 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. |
---|
[2] | 30 | |
---|
| 31 | Issue 'make' to compile the project. |
---|
| 32 | |
---|
[573] | 33 | Optionally you can do 'make check' to run test programs. 'make doc' |
---|
| 34 | will generate documentation. |
---|
[2] | 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. |
---|
[848] | 39 | |
---|
| 40 | |
---|
[865] | 41 | Contact information through http://trac.thep.lu.se/trac/yat |
---|