summaryrefslogtreecommitdiffstats
path: root/development/regina-rexx
diff options
context:
space:
mode:
author B. Watson2020-10-13 07:00:55 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:37 +0200
commitf94855f82ee24f5cdd44799eb1adac8bded51e74 (patch)
treee00a7620f77cb5853ca8300d61aa444f04a17d0b /development/regina-rexx
parentb354d02eb83f40ffe3ebc37420411669c187636d (diff)
downloadslackbuilds-f94855f82ee24f5cdd44799eb1adac8bded51e74.tar.gz
development/regina-rexx: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/regina-rexx')
-rw-r--r--development/regina-rexx/README20
1 files changed, 10 insertions, 10 deletions
diff --git a/development/regina-rexx/README b/development/regina-rexx/README
index 5fbfb1271e..0f6f8c3f7f 100644
--- a/development/regina-rexx/README
+++ b/development/regina-rexx/README
@@ -13,16 +13,16 @@ To create the normal dynamic version just do this:
Or to create a static version of the rexx binary executable do this:
- 1) The Slackware 14.2 ncurses package is built without static libraries.
- 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.
-
+ 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
-After installation of the package, a startup script for the rxstack is created:
- /etc/rc.d/rc.rxstack
+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.
+If this needs to run, then it could be started from the
+/etc/rc.d/rc.local file.