slackbuilds/development/regina-rexx
B. Watson f94855f82e
development/regina-rexx: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:39:37 +07:00
..
README development/regina-rexx: Fix README. 2020-10-17 09:39:37 +07:00
doinst.sh
rc.rxstack
regina-rexx.SlackBuild development/regina-rexx: Updated for version 3.9.3. 2020-09-04 20:38:47 +07:00
regina-rexx.info development/regina-rexx: Updated for version 3.9.3. 2020-09-04 20:38:47 +07:00
slack-desc development/regina-rexx: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

Regina is a Rexx interpreter that has been ported to most Unix platforms
(Linux, FreeBSD, Solaris, AIX, HP-UX, etc.) and also to OS/2, eCS, DOS,
Win9x/Me/NT/2k/XP, Amiga, AROS, QNX4.x, QNX6.x, BeOS, MacOS X, EPOC32,
AtheOS, OpenVMS, SkyOS and OpenEdition.

Rexx is a programming language that was designed to be easy to use for
inexperienced programmers yet powerful enough for experienced users.
It is also a language ideally suited as a macro language for other
applications.

To create the normal dynamic version just do this:
  sh 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 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

If this needs to run, then it could be started from the
/etc/rc.d/rc.local file.