source: trunk/README @ 675

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

References #83. Changing project name to yat. Compilation will fail in this revision.

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