diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-08-04 04:35:28 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-08-04 04:35:28 -0300 |
commit | 17d6c160b5f114df574342aec41e868daef7e17c (patch) | |
tree | e0b5818e81dd2cb010fa325c318424a958eb9bc5 /docs/tinderbox.rst | |
parent | small fix on the eclass (diff) | |
download | g-octave-17d6c160b5f114df574342aec41e868daef7e17c.tar.gz g-octave-17d6c160b5f114df574342aec41e868daef7e17c.tar.bz2 g-octave-17d6c160b5f114df574342aec41e868daef7e17c.zip |
more documentation updates0.4
Diffstat (limited to 'docs/tinderbox.rst')
-rw-r--r-- | docs/tinderbox.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/tinderbox.rst b/docs/tinderbox.rst index 6f51502..f06d4bb 100644 --- a/docs/tinderbox.rst +++ b/docs/tinderbox.rst @@ -69,7 +69,7 @@ Updating the packages and installing the dependencies # emerge -avuDN system # USE="git" emerge -av layman # layman -a science - # FEATURES="test" USE="sync" emerge -av g-octave + # FEATURES="test" emerge -av g-octave Configuring g-Octave @@ -90,7 +90,8 @@ Now you're done with the configuration. Running the script ------------------ -Update the package database:: +Try to update the package database (only works with the live version of +g-Octave):: # g-octave --sync @@ -98,11 +99,11 @@ Make sure that you have activated all the ``USE`` flags needed on octave:: # emerge -vp octave -And build it first:: +And build it firstly:: # emerge octave -Now that you already have the main dependency of the packages installed +Now that you already have the main dependency of all the packages installed and g-Octave configured, you can run the script:: # /usr/share/g-octave/contrib/manage_pkgdb.py |