comparison doc/interpreter/contrib.txi @ 16601:189241a7c3a9

maint: periodic merge of stable to default
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 01 May 2013 15:29:57 -0400
parents 3ae8c1ee7365 cfbc726cb4c5
children d68e72ee28bf
comparison
equal deleted inserted replaced
16598:e84b77df8940 16601:189241a7c3a9
46 46
47 @node Building the Development Sources 47 @node Building the Development Sources
48 @section Building the Development Sources 48 @section Building the Development Sources
49 49
50 In addition to all the tools (both optional and required) that are 50 In addition to all the tools (both optional and required) that are
51 listed in @ref{Build Dependencies} you will need: 51 listed in @ref{Build Dependencies} you will need Mercurial, a
52 52 distributed version control system (@url{http://mercurial.selenic.com}).
53 @table @asis
54 @item Mercurial
55 Distributed version control system (@url{http://mercurial.selenic.com}).
56 Octave's sources are stored in a Mercurial archive. 53 Octave's sources are stored in a Mercurial archive.
57
58 @item Git
59 Distributed version control system (@url{http://git-scm.com}). The
60 gnulib sources that Octave depends on are stored in a Git archive.
61 @end table
62 54
63 Once you have the required tools installed, you can build Octave by 55 Once you have the required tools installed, you can build Octave by
64 doing 56 doing
65 57
66 @itemize @bullet 58 @itemize @bullet