source: trunk/README @ 730

Last change on this file since 730 was 708, checked in by Peter, 16 years ago

added info on --enable-debug flag in README file.

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