diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 22:06:09 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 16:07:16 -0500 |
commit | bc5ffe443df1ff04609e259dda5037f8fd2833c8 (patch) | |
tree | e82c6a7ed90e6b0257855b89034c879cc0a82e8f | |
parent | 301616ce3dc5c78e9e46834584f5ffaa6c495f1d (diff) | |
download | slackbuilds-bc5ffe443df1ff04609e259dda5037f8fd2833c8.tar.gz |
academic/octave-forge: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | academic/octave-forge/README | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/academic/octave-forge/README b/academic/octave-forge/README index 71ae40f084..eb97213c91 100644 --- a/academic/octave-forge/README +++ b/academic/octave-forge/README @@ -9,17 +9,16 @@ variable. For example, will build only the "main" and "extra" repositories. Parallel compilation is not supported. +Some packages have dependencies on external components that are not +available on stock Slackware or SlackBuilds.org. These components +(and, more generally, packages failing compilation) are automatically +excluded from the package. + If you want to build a newer version of Octave-Forge, you need to regenerate the Octave script that performs the build itself. To do this, run generate-installscript.sh after updating the usual variables near the beginning. -This script requires Octave, available on SlackBuilds.org. -Some packages also have dependencies on external components, not -available on stock Slackware or SlackBuilds.org. These components -(and, more generally, packages failing compilation) are automatically -excluded from the package. - Note: on package removal, you should run as root: mkdir -p /usr/share/octave/packages && \ octave --silent --eval "pkg rebuild" |