3.4. AFTER INSTALLATION
Once installation is complete, you can find the manual for the GX and PR systems under
/usr/share/doc/gx. The header files can be found in /usr/include/gx, the library files in
/usr/lib32/gx (and /usr/lib64/gx on 64-bit systems).
The basic GX library is in /usr/lib32 and /usr/lib64 (libgxsd.so.7).
The file containing the property data is /var/gx/gxsd.dat.
After the kernel modules were started, you can check the state of the running drivers under
/proc/gx.
Sample programs can be found in /usr/src/gx in the examples directory.
You can use these environment variables:
- LD_LIBRARY_PATH for shared objects (*.so)
(/usr/lib32, /usr/lib64, /usr/lib32/gx,
/usr/lib64/gx)
- GX_VAR_PATH for properties (gxsd.dat) and global locks (/var/gx)
- GX_SHARE_PATH for shared data (procr-2.xx.dat) (/usr/share/gx)
3.5. INSTALLATION OF ANOTHER ENGINE
The engine comes in a .tar.gz file. Type the following command to start installation:
tar xvfz engine.tar.gz -C /
3.6. UNINSTALLATION
If you want to uninstall the ARH files simply type:
- rm -Rf /usr/include/gx /usr/lib32/gx /usr/lib64/gx /var/gx /usr/src/gx
rm -Rf /usr/share/gx /usr/share/doc/gx
rm -f /usr/lib32/libgx* /usr/lib64/libgx*
- Alternatively you can also use _unistall.sh.