source: tags/0.3/README @ 1015

Last change on this file since 1015 was 831, checked in by Peter, 16 years ago

Refs #185.

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