# HG changeset patch # User Rik # Date 1294329391 28800 # Node ID 780a8b80c3e88532d50eddb626cd142c1cb44559 # Parent e1a5bf3ea1d97f6b9552c13931334a2c3cf9a447 README: Update WWW links and disk space requirements. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-06 Rik + + * README: Update links and disk space requirements. + 2011-01-06 Jordi GutiƩrrez Hermoso * run-octave.in: Add a -gud option so that gdb can be called from diff --git a/README b/README --- a/README +++ b/README @@ -26,17 +26,18 @@ anonymous ftp from ftp.gnu.org and its many mirror sites around the world. You may also find links to binary distributions at http://www.octave.org/download.html. The current development sources -may be found on Savannah (http://savannah.gnu.org). +may be found on Savannah (http://savannah.gnu.org/projects/octave) +under the Source Code tab. -Installation and Bugs ---------------------- +Installation +------------ -Octave requires approximately 1.5GB of disk storage to unpack and -compile from source (significantly less if you don't compile with -debugging symbols). Once installed, Octave requires approximately -450MB of disk space (again, considerably less if you don't build -shared libraries or the binaries and libraries do not include -debugging symbols). +Octave requires approximately 1.4 GB of disk storage to unpack and +compile from source (significantly less, 400 MB, if you don't compile +with debugging symbols). Once installed, Octave requires +approximately 350MB of disk space (again, considerably less, 70 MB, +if you don't build shared libraries or the binaries and libraries do +not include debugging symbols). To compile Octave, you will need a recent version of GNU Make. You will also need a recent version of g++ or another ANSI C++ compiler. @@ -52,18 +53,22 @@ specific installation instructions, including directions for installing Octave from a binary distribution. -The file BUGS explains the recommended procedure for reporting bugs. +Bugs and Patches +---------------- + +The file BUGS explains the recommended procedure for reporting bugs +or contributing patches. Documentation ------------- -Octave's manual has been revised for version 3.0, but it is lagging a +Octave's manual has been revised for version 3.4, but it is lagging a bit behind the development of the software. In particular, there is currently no complete documentation of the C++ class libraries. If -you notice omissions or inconsistencies, please report them as bugs -to bug@octave.org. Specific suggestions for ways to improve Octave -and its documentation are always welcome. Reports with patches are -even more welcome. +you notice omissions or inconsistencies, please report them on the +bug tracker at http://savannah.gnu.org/bugs/?group=octave. Specific +suggestions for ways to improve Octave and its documentation are +always welcome. Reports with patches are even more welcome. Additional Information ----------------------