forgotten commit. disabled until egl is adapted.
[AROS-Contrib.git] / regina / README.VCP
blob10a4e0b288e8038b972344b365fdea951a8ddc87
1                         Regina 3.4
2                        for DOS/VCPI
4 This file contains 32 bit executables of the Regina Rexx interpreter for
5 DOS/VCPI, and some sample programs, most of which are designed to test
6 new features of this interpreter.
8 This port of Regina is for use in DOS where a VCPI memory manager is
9 available; EMM386.SYS usually provides this.  This port will also
10 work with RSX.
12 Note that this port of Regina does not support external queues.  This
13 is because there is no TCP/IP library for EMX for DOS.
15 Regina is distributed under the GNU Library General Public Licence.
16 See COPYING-LIB for details.
18 The files in this archive are:
20 README       - this file
21 README.3x    - readme files for 3.x releases of Regina
22 COPYING-LIB  - GNU Library General Public Licence
23 file_id.diz  - Description file for BBS use
24 rexx.exe     - 32bit Regina Rexx interpreter executable
25 regina.a     - Regina library
26 rexxsaa.h    - Header file for access to regina.a
27 demo\*.rex   - Sample Rexx programs
28 nls\*.mtb    - Native Language message files
30 Installation is simply a matter of copying the rexx.exe file into
31 a directory specified in your PATH environment variable.
33 If you want to have Regina error messages displayed in you native
34 language, set the environment variable; REGINA_LANG to the two-character
35 language abbreviation (the first two chracters of a file in the NLS
36 directory), and set REGINA_LANG_DIR to the directory containing the
37 *.mtb files.
39 You also need the EMX 09d runtime distribution; emxrt.zip.  This file
40 provides emx.exe, the only file from emxrt.zip that Regina requires.
42 See the README file in emxrt.zip for details on setting up the EMX
43 runtime.  You MUST also set the environment variable; EMXOPT as follows
44 before running Regina:
46 SET EMXOPT=-p
48 For more information on Regina, visit the Regina Home page at
49 http://regina-rexx.sf.net
51 Cheers, Mark.
52 ------------------------------------------------------------------------
53 * Mark Hessling,  mark@rexx.org  http://www.rexx.org/
54 * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL, Rexx/CURL, etc.
55 * Maintainer of Regina Rexx interpreter and Rexx/Tk
56 * Use Rexx? join the Rexx Language Association: http://www.rexxla.org/
57 ------------------------------------------------------------------------