aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-06-05 01:48:46 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-06-05 01:48:46 -0300
commit1db7aefa816138fdde5afe5bbff04645612f2f5f (patch)
tree7f50e8003acc1ef98a121b7ce34700007cbe1221 /docs
parentsmall fixes in the python modules. mainly doc changes (diff)
downloadg-octave-1db7aefa816138fdde5afe5bbff04645612f2f5f.tar.gz
g-octave-1db7aefa816138fdde5afe5bbff04645612f2f5f.tar.bz2
g-octave-1db7aefa816138fdde5afe5bbff04645612f2f5f.zip
fixed tinderbox doc, to allow the user of the source tarball too
Diffstat (limited to 'docs')
-rw-r--r--docs/tinderbox.rst18
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/tinderbox.rst b/docs/tinderbox.rst
index 4e55076..0419a34 100644
--- a/docs/tinderbox.rst
+++ b/docs/tinderbox.rst
@@ -32,7 +32,7 @@ You may also need some files from ``/etc/portage``
Mounting filesystems/directories
--------------------------------
-You should mount your current ``/usr/portage`` inside the chroot. ::
+You should mount your current ``/usr/portage`` inside the chroot dir::
# mkdir /home/user/g-octave/usr/portage
# mount -o bind /usr/portage /home/user/g-octave/usr/portage
@@ -63,13 +63,22 @@ Updating the packages and installing the dependencies
# emerge av mercurial pycurl
-Cloning the g-octave repository
--------------------------------
+Getting the source code
+-----------------------
-::
+Using the Mercurial repository::
# cd
# hg clone http://hg.rafaelmartins.eng.br/g-octave/
+ # cd g-octave
+
+
+Using the source tarball::
+
+ # cd
+ # wget http://files.rafaelmartins.eng.br/distfiles/g-octave/g-octave-0.1.tar.gz
+ # tar xvzf g-octave-0.1.tar.gz
+ # cd g-octave-0.1
Configuring g-Octave
@@ -77,7 +86,6 @@ Configuring g-Octave
::
- # cd g-octave
# cp etc/g-octave.cfg /etc
You should edit the file ``/etc/g-octave.cfg`` and append the lines below