summaryrefslogtreecommitdiffstats
path: root/development/regina-rexx/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/regina-rexx/README')
-rw-r--r--development/regina-rexx/README22
1 files changed, 15 insertions, 7 deletions
diff --git a/development/regina-rexx/README b/development/regina-rexx/README
index 018d4f7a9e..0f6f8c3f7f 100644
--- a/development/regina-rexx/README
+++ b/development/regina-rexx/README
@@ -8,13 +8,21 @@ inexperienced programmers yet powerful enough for experienced users.
It is also a language ideally suited as a macro language for other
applications.
-To create a static version of the rexx binary executable do this:
- FLAVOR=static ./regina-rexx.SlackBuild
+To create the normal dynamic version just do this:
+ sh regina-rexx.SlackBuild
-Otherwise to create the normal dynamic version just do this:
- ./regina-rexx.SlackBuild
+Or to create a static version of the rexx binary executable do this:
-After installation of the package, a startup script for the rxstack is created:
- /etc/rc.d/rc.rxstack
+ 1) The Slackware 14.2 ncurses package is built without static libs.
+ This prevents the static build of regina-rexx from loading properly.
+ In this case:
+ a) Modify the ncurses.SlackBuild and change the "--without-normal"
+ option to "--with-normal"
+ b) Rebuild and reinstall the ncurses package.
+ 2) FLAVOR=static sh regina-rexx.SlackBuild
-If this needs to run, then it could be started from the /etc/rc.d/rc.local file.
+After installation of the package, a startup script for the rxstack is
+created: /etc/rc.d/rc.rxstack
+
+If this needs to run, then it could be started from the
+/etc/rc.d/rc.local file.