APLX FOR LINUX SUPPORT LIBRARIES

The APLX Support Libraries are required to run applications created with 
"APLX for Linux", a product of MicroAPL Ltd.

To install the files normally, run

     install.sh

If you would like to use a non-standard install path, give the path
as an argument, e.g.

     install.sh /opt/aplxsup/

In this case, please ensure that the directory you choose is in the executable
search path when running stand-alone applications created with APLX for Linux. 

To find out more about APLX or to download the latest version of the support
library, visit

    http://www.microapl.co.uk/apl/player




Manual installation:

If you would like to install the support library files manually, simply copy
the two files:

    APLXSupport
    libborqt-6.9.0-qt2.3.so

to a directory you choose, remembering that this directory should be added to the
search path, then create a symbolic link called "libborqt-6.9-qt2.3.so" to
"libborqt-6.9.0-qt2.3.so". Also ensure that "APLXSupport" has execute permission
for all users.

For example, installing to "/usr/local/bin"

    cp APLXSupport /usr/local/bin
    cp libborqt-6.9.0-qt2.3.so /usr/local/bin
    ln -s /usr/local/bin/libborqt-6.9.0-qt2.3.so /usr/local/bin/libborqt-6.9-qt2.3.so
    chmod 755 /usr/local/bin/APLXSupport




