GNUnited Nations					-*-text-*-
================

For generic installation instructions, see INSTALL.

To use GNUN, you need a working copy of the gnu.org's CVS repository;
it can be checked out with the following command:

   cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/web/www co www

The files GNUmakefile and config.mk (as well as gnun.mk -- already
maintained in `www') need to reside in the `server/gnun' directory; it
is best to install symlinks:

   ln -s $prefix/share/gnun/config.mk /path/to/www/server/gnun/
   ln -s $prefix/share/gnun/GNUmakefile /path/to/www/server/gnun/

Replace $prefix with the directory where GNUN is installed
(`/usr/local' by default).


Dependencies
------------
* GNU Make >= 3.81 (prereleases of 3.81 also work)
  http://www.gnu.org/software/make

* GNU Sed (other `sed' implementations are not acceptable)
  http://www.gnu.org/software/sed

* GNU Gettext (>= 0.16)
  http://www.gnu.org/software/gettext

* GNU Awk (other `awk' implementations are untested)
  http://www.gnu.org/software/gawk

* Po4a >= 0.34
  from http://po4a.alioth.debian.org

* GNU wdiff (needed for gnun-add-fuzzy-diff)
  http://www.gnu.org/software/wdiff

* Libxml2 (>= 2.6.24, needed for HTML validation only)
  http://xmlsoft.org

* CVS (>= 1.12.9, needed if VCS operations are enabled)
  http://cvs.nongnu.org


Bugs
----
Please send bug reports and suggestions to <bug-gnun@gnu.org>.
