14. Adding Other Components to Your Application : 3GL Sample Application : How the 3GL Sample Application Works on UNIX or Linux
 
Share this page                  
How the 3GL Sample Application Works on UNIX or Linux
The directory $II_SYSTEM/ingres/w4glsamp/3gl contains the following files:
test_3gl.exp
Is an export file of the OpenROAD application used to run the sample 3GL procedure
samp3glu.c
Is the sample 3GL source for UNIX or Linux
makefile
Is the makefile for compiling and linking a shared library
For more information about supported UNIX and Linux versions, see the latest readme.
To use the demo application, you must perform the following basic steps:
1. Import the sample application into your database.
2. Build the sample application.
3. Set up the run environment for the sample application.
4. Run the sample application.
See the following sections for details on each of these steps.