COPYING INFORMATION FOR THIS FILE

INSTALL.txt - installation instructions for Guile AA Tree package
Copyright (C) 2017 Christopher Howard

Guile AA Tree is free software: you can redistribute it under the
terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your
option) any later version.

Guile AA Tree is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

DEPENDENCIES

The module was developed with Gnu Guile 2.2.2. It seems likely it
would work with the 2.0 series as well, but I have not tested this.

COMPILING AND INSTALLATION

From the bash shell:

$ make

$ sudo make install

The Makefile is setup to install to (%site-dir) and
(%site-ccache-dir). The Makefile is very simple, however, and it could
be easily edited to install to some other location.

OTHER MAKEFILE COMMANDS

Also available are:

$ sudo make uninstall # uninstall guile-aa-tree

$ make clean # clean the source directory

$ make tests # run the unit tests
