=======================
Installation
Goctave
=======================

GENERAL:

	Just follow the usual procedure:

	> ./configure
	> make
	> su
	> make install

INSTALLING A BINARY DISTRIBUTION:

	Note that it is almost always preferable to build your own
installation from source.  If you do decide to install a binary,
simply unpack the file in a temporary directory, login as super-user,
then run the script install-binary.  You should then be ready to go.

	To create a new binary distribution specific to your system
type:
	> ./configure
	> make binary-dist

	Please be sure to test the distribution and rename it to
something descriptive, such as: goctave-0.40.3-i386-linux.tar.gz.  If
possible, send me a copy.

NOTE:

	Due to a bug in gnome , the gnome libraries search for the help
documentation in the prefix where the gnome libraries have been
installed and not where the application has been installed (given by
--prefix argument to configure). That's why the goctave documentation is 
installed in the prefix given by gnome-config --prefix

CONFIGURATION:

	Most default options are currently configured at compile
time.  If you want to change something (for example, the number of
rows displayed when you first run the program) you can edit the file
configure.h, which should be self explanatory.

NOTE: Most options are now changed at run-time.




