2024-03-04, release (GA, general available) of BSF4ooRexx850
------------------------------------------------------------

Important notice: downloading installation files for Windows and macOS from the Internet
                  will cause those files to be marked by the operating system such that
                  the operating system will become able to not run any programs for
                  "security reasons" (rather one must pay for signatures to become able
                  to sign those files).
                  However, it is still possible to remove this mark and make everything
                  fully functional by:

                  - Windows: before unzipping the installation zip-file get to its properties
                             (right mouse-click on top of the zip-file in the Explorer), mark
                             the "unblock" check box and press the "apply" button. That is it.

                  - macOS: open a Terminal, go to the directory where the downloaded file resides
                           (either the zip-archive or the dmg-installation file) and run
                              xattr -d com.apple.quarantine zipOrDmgPkg-file
                           That is it.

---

Please note: this package has been briefly tested on Windows, Linux and macOS.

Installation from the installation zip-file (ooRexx 5 or higher must be installed already):

        - download the zip file
        - unzip the zip-file and open a command line window/terminal
        - go into "bsf4oorexx/install"

                - Windows:
                        - go into "windows"
                        - run "install.cmd"
                        - this will install BSF4ooRexx850 to "%ProgramFiles%\BSF4ooRexx850"
                        - open a new window/terminal to run BSF4ooRexx programs

                - Linux:
                        - go into "linux"
                        - run "sh install.sh"
                        - this will install BSF4ooRexx850 to "/opt/BSF4ooRexx850"
                        - logout and logon again! This makes sure that the changes to /etc/profile take effect

                - macOS (note: there may be a genuine dmg installation package):
                        - go into "macosx"
                        - run "sh install.sh"
                        - this will install BSF4ooRexx850 to "/opt/BSF4ooRexx850"
                        - logout and logon again! This makes sure that the changes to /etc/profile take effect

---

BSF4ooRexx850 includes JDOR (Java Drawing for ooRexx, a Rexx command handler). JDOR makes
Java2D available as commands to Rexx programs:

        - Documentation: BSF4ooRexx-menu -> Information

                -> Open "JDOR" folder and double-click on "jdor_doc.html"

        - Samples: BSF4ooRexx-menu -> Samples

                -> Open "index.html" and look for the samples that carry "JDOR" in their names

