Much clearer; thanks.
I'm not new to programming, but I don't have experience with Octave's type of build system, so I'm sure I have plenty to learn.
I started with this page -
wiki.octave.org/Windows_Installer, which instructed me to build on Linux first, so I found this page -
http://wiki.octave.org/Octave_for_Debian_systems. That page did not give any hints as to how to obtain the source, so I ended up finding the mercurial page at
http://wiki.octave.org/Mercurial, which I followed in order to obtain the source files.
I'd like to add a subsection to the Octave_for_Debian_systems wiki page, just before the "Configuration" subsection, as follows:
=== Obtaining the Source ===
The source files can be obtained as a tarball from [
https://ftp.gnu.org/gnu/octave/ https://ftp.gnu.org/gnu/octave/], or by cloning from the [[Mercurial|mercurial repositories]]. Note that, if you use mercurial, you will need to call {{Codeline|./bootstrap}} to generate the necessary scripts before configuration.
Is that correct and appropriate? I know it would have made things much simpler for me to get started. (I figured I'd check here rather than risk getting inappropriate changes reverted like last time...)
Thanks,
Clint