1                              Regina for BeOS
2
3This archive contains binaries for the Regina Rexx Interpreter 3.0 for BeOS.
4Regina is one of the fastest Rexx interpreters available, and the most
5portable. Regina is available on most Unix platforms, including Linux and
6FreeBSD, Windows 9x/NT/2k/XP, OS/2, DOS, Amiga, OpenVMS, OpenEdition and Linux/390.
7
8Regina is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE. See
9COPYING-LIB for details.
10
11This port was built on BeOS 5.0. I do not know if it works on any version of
12BeOS prior to 5.0.
13
14The SoftwareValet package installs the following files in /boot/home/config:
15
16Included in the port are:
17bin/regina                 - Regina Rexx Interpreter - BeOS Regina
18                             add-ons via SAA Rexx API available
19bin/rexx                   - Regina Rexx Interpreter - no add-ons
20bin/rxstack                - Regina Stack Daemon
21                             controls all named external queues
22bin/rxqueue                - Regina Stack Client
23                             interface to rxstack for non-Regina apps
24lib/libregina.a            - Regina Rexx static library
25lib/libregina.so           - Regina Rexx shared library
26include/rexxsaa.h          - Rexx SAA API header file
27add-ons/regina/libregutil.so - Regutil external function library
28add-ons/regina/libtest1.so - sample Rexx external function library
29                             built as BeOS add-on - see dynfunc.rexx
30add-ons/regina/libtest2.so - sample Rexx external function library
31                             built as BeOS add-on - see dynfunc.rexx
32add-ons/regina/*.rexx      - sample Rexx programs
33
34To be able to run the sample dynfunc.rexx, or any other Rexx programs that
35use external function libraries, you should append
36/boot/home/config/add-ons/regina to your ADDON_PATH in your
37/boot/home/config/boot/UserSetupEnvironment file.
38
39To start the Regina Stack daemon; rxstack, automatically, add the line:
40/boot/home/config/bin/rxstack -d
41to
42/boot/home/config/boot/UserBootscript
43
44For more information on Regina, visit the Regina Home page at
45http://regina-rexx.sf.net
46
47Cheers, Mark.
48------------------------------------------------------------------------
49* Mark Hessling,  mark@rexx.org  http://www.rexx.org/
50* Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL, Rexx/CURL, etc.
51* Maintainer of Regina Rexx interpreter and Rexx/Tk
52* Use Rexx? join the Rexx Language Association: http://www.rexxla.org/
53------------------------------------------------------------------------
54