storage: Update color limit to match libgeda
[geda-gaf.git] / README
blob338eb95ab8d617f304bdb4ab163d3016992a7b83
1 This package follows standard GNU compilation and installation
2 conventions.  Briefly, run the shell commands
4     ./configure && make && make check && make install
6 to configure, build, test, and install the package.  If you are
7 compiling from the git sources, run
9     autoreconf -i
11 in the source directory before running `configure'.  See the file
12 INSTALL for more-detailed instructions.
14 Dependencies:
15 - building: g++, gcc, binutils, make
16 - building from git: autotools, libtool
18 For a list of known bugs and issues, see:
19 http://bugs.hedmen.org/index.php?project=2&cat=10
22 This package is free software; you can redistribute it and/or modify
23 it under the terms of the GNU General Public License as published by
24 the Free Software Foundation; either version 2 of the License, or
25 (at your option) any later version.
27 This package is distributed in the hope that it will be useful,
28 but WITHOUT ANY WARRANTY; without even the implied warranty of
29 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30 GNU General Public License for more details.
32 The file COPYING contains a copy of the GNU General Public License.
34 --------------------------------------------------------------------------------
36 Copyright (C) 2013-2019 Roland Lutz
38 Permission is granted to copy, distribute and/or modify this document
39 under the terms of the GNU Free Documentation License, Version 1.2 or
40 any later version published by the Free Software Foundation; with no
41 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
42 Texts.  A copy of the license is included in the ``GNU Free
43 Documentation License'' file as part of this distribution.