back out change to separate event type and timestamp streams, one stream supports...
[IRC.git] / Robust / cup / INSTALL.QUICK
1 This is a quick installation guide for the CUP system.
2 For most people, the following steps will suffice:
3
4  1) extract the java_cup files somewhere, and ensure that
5     the extraction directory is in your classpath.
6
7     This will ensure that java_cup.Main properly refers to the
8     Main class in the java_cup subdirectory of this release.
9
10  2) compile java_cup and its runtime system.
11     From the installation directory:
12       javac java_cup/*.java java_cup/runtime/*.java
13
14 That's it!  Read the manual now.
15   --Scott 
16
17 24-Mar-1998