X2c Installation and initial testing. Download all release files to /tmp: install x2c.lcl.tar.gz x2c.lib.tar.gz x2c.usr.tar.gz Other files: readme - This document x2c.rm - Remove installed X2c Run install script: ./install Test by running make: cd /usr/x2c/src/tutor make See /usr/x2c/src/tutor/Readme for details about the sample programs Normal use: x2c hello.prg Creates a.out x2c hello.prg -o hello Create hello x2c -c menu.prg Create menu.o x2c -c menprc.prg Create menprc.o x2c menu.o menprc.o -o menu Links menu.o, menprc.o into menu executable Documentation for the supported X2c Xbase language is in the x2cman.dbf/dbt normally stored in: /usr/local/lib/x2c/doc The program x2cman is a browser. -------------- End of notes ------------------