bringing SDL 1.2.14 from vendor into the main branch
[AROS-Contrib.git] / regina / README.BeOS
blobe5ce7c202ca7a5fec7451cd4a6755367c4c66e51
1                               Regina 3.0 for BeOS
3 This archive contains binaries for the Regina Rexx Interpreter 3.0 for BeOS.
4 Regina is one of the fastest Rexx interpreters available, and the most
5 portable. Regina is available on most Unix platforms, including Linux and
6 FreeBSD, Windows 9x/NT/2k/XP, OS/2, DOS, Amiga, OpenVMS, OpenEdition and Linux/390.
8 Regina is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE. See
9 COPYING-LIB for details.
11 This port was built on BeOS 5.0. I do not know if it works on any version of 
12 BeOS prior to 5.0.
14 It is assumed that the files will be unzipped from the /boot/home/config directory.
16 Included in the port are:
17 bin/regina               - Regina Rexx Interpreter - BeOS Regina 
18                            add-ons via SAA Rexx API available
19 bin/rexx                 - Regina Rexx Interpreter - no add-ons
20 bin/rxstack              - Regina Stack Daemon
21                            controls all named external queues
22 bin/rxqueue              - Regina Stack Client
23                            interface to rxstack for non-Regina apps
24 lib/libregina.a          - Regina Rexx static library
25 lib/libregina.so         - Regina Rexx shared library
26 headers/rexxsaa.h        - Rexx SAA API header file
27 add-ons/rexx/libtest1.so - sample Rexx external function library
28                            built as BeOS add-on - see dynfunc.rexx
29 add-ons/rexx/libtest2.so - sample Rexx external function library
30                            built as BeOS add-on - see dynfunc.rexx
31 bin/*.rexx               - sample Rexx programs
33 To be able to run the sample dynfunc.rexx, or any other Rexx programs that
34 use external function libraries, you should append 
35 /boot/home/config/add-ons/rexx to your ADDON_PATH in your .profile file.
37 To start the Regina Stack daemon; rxstack, automatically, add the line:
38 /boot/home/config/bin/rxstack -d
39 to 
40 /boot/home/config/boot/UserBootscript
42 For more information on Regina, visit the Regina Home page at
43 http://regina-rexx.sf.net
45 Cheers, Mark.
46 ------------------------------------------------------------------------
47 * Mark Hessling,  M.Hessling@qut.edu.au  http://www.lightlink.com/hessling/
48 * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL
49 * Maintainer of PDCurses: Public Domain Curses and, Regina Rexx interpreter
50 * Use Rexx ? join the Rexx Language Association: http://www.rexxla.org
51 ------------------------------------------------------------------------