diff options
author | Richard Narron <richard@aaazen.com> | 2019-11-01 06:18:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-01 06:18:25 +0700 |
commit | f29328247a0d3283386c11eb0265270024c67c65 (patch) | |
tree | f47f06b90140a588e42692d4924ac3df4dde21d0 /development/regina-rexx/README | |
parent | 90bab4d5ade73e4e1e143edbe2ae9a0b95f21ecc (diff) |
development/regina-rexx: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/regina-rexx/README')
-rw-r--r-- | development/regina-rexx/README | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/development/regina-rexx/README b/development/regina-rexx/README index 018d4f7a9e049..5fbfb1271e3de 100644 --- a/development/regina-rexx/README +++ b/development/regina-rexx/README @@ -8,11 +8,19 @@ 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: + + 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. + + 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 |