diff options
author | Richard Narron <richard@aaazen.com> | 2014-06-09 09:56:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:48 +0700 |
commit | a47374365689de902679b1c48b47b2c9df60a15c (patch) | |
tree | 91126174b3b797f4c6c39f06c72dce4b84366134 /development/regina-rexx/README | |
parent | a06ae361c8e33cd413bc3b612baf4036c4d3ad01 (diff) | |
download | slackbuilds-a47374365689de902679b1c48b47b2c9df60a15c.tar.gz |
development/regina-rexx: Updated for version 3.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/regina-rexx/README')
-rw-r--r-- | development/regina-rexx/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/regina-rexx/README b/development/regina-rexx/README index a79efb12f4..018d4f7a9e 100644 --- a/development/regina-rexx/README +++ b/development/regina-rexx/README @@ -8,4 +8,13 @@ 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 +Otherwise to create the normal dynamic version just do this: + ./regina-rexx.SlackBuild + +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. |