1 | $Id: README 964 2009-02-16 21:21:15Z jari $ |
---|
2 | |
---|
3 | Copyright (C) 2009 Jari Häkkinen |
---|
4 | |
---|
5 | This file is part of the Normalizers plug-in package for BASE |
---|
6 | (net.sf.based.normalizers). The package is available at |
---|
7 | http://baseplugins.thep.lu.se/ BASE main site is |
---|
8 | http://base.thep.lu.se/ |
---|
9 | |
---|
10 | This is free software; you can redistribute it and/or |
---|
11 | modify it under the terms of the GNU General Public License |
---|
12 | as published by the Free Software Foundation; either version 3 |
---|
13 | of the License, or (at your option) any later version. |
---|
14 | |
---|
15 | The software is distributed in the hope that it will be useful, |
---|
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
18 | GNU 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, see <http://www.gnu.org/licenses/>. |
---|
22 | -------------------------------------------------------------------- |
---|
23 | |
---|
24 | |
---|
25 | Requirements |
---|
26 | |
---|
27 | You need to have a successful install of yat 0.5 or later. |
---|
28 | |
---|
29 | |
---|
30 | Configure options |
---|
31 | |
---|
32 | The usual configure options are available. There is a special |
---|
33 | --disable-libcheck option that can be used to check for yat. Disabling |
---|
34 | checks for yat makes only sense if you are creating a source |
---|
35 | distribution of qQN since disabling checks for yat will create a |
---|
36 | broken build tree. |
---|
37 | |
---|
38 | |
---|
39 | Building |
---|
40 | |
---|
41 | For general build intructions please refer to INSTALL. To compile |
---|
42 | simply do |
---|
43 | |
---|
44 | './configure && make' |
---|
45 | |
---|
46 | To create a source distribution, do |
---|
47 | |
---|
48 | './configure --disable-libcheck && make dist' |
---|
49 | |
---|
50 | but a source distribution should be triggered from the normalizer |
---|
51 | package project root directory using 'ant'. |
---|
52 | |
---|
53 | If you checked out a working copy from the subversion repository you |
---|
54 | must do './bootstrap' before issuing any of the above commands. |
---|