Changes between Version 1 and Version 2 of C4Usage

Show
Ignore:
Timestamp:
06/27/08 11:20:00 (17 months ago)
Author:
marcoy (IP: 128.112.139.195)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C4Usage

    v1 v2  
    11= C4 Usage = 
    2 This page demonstrates how to use C4. 
     2First, set the `${CLASSPATH}` environment variable, and other environment variable by sourcing the `setup.sh` file in the `XTC` source directory. 
     3The following code snippet assumes `XTC` source tree is located in your home directory. 
     4{{{ 
     5#!sh 
     6> cd ~/xtc && source setup.sh 
     7}}} 
     8 
     9Now that the environment to run C4 is setup. You can run C4 with the following command. 
     10 
     11{{{ 
     12#!sh 
     13> java xtc.lang.c4.C4 -printSource -transform [Pre-processed Source File] 
     14}}}