]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/CodeTools/TianoTools/Pccts/antlr/README
Restructuring for better separation of Tool packages.
[mirror_edk2.git] / Tools / CodeTools / TianoTools / Pccts / antlr / README
diff --git a/Tools/CodeTools/TianoTools/Pccts/antlr/README b/Tools/CodeTools/TianoTools/Pccts/antlr/README
new file mode 100644 (file)
index 0000000..d7fc959
--- /dev/null
@@ -0,0 +1,19 @@
+                            ANTLR 1.33\r
+\r
+This directory contains the files necessary to build ANTLR.\r
+\r
+If you do a "make scrub", ANTLR will have to run on antlr.g and DLG\r
+will have to run on parser.dlg.  Either\r
+\r
+(1)     ANTLR uses the previous antlr in that directory to rebuild itself\r
+(2)     Needs to find antlr on the search path\r
+\r
+You will find that running "antlr -gh antlr.g" will result in about\r
+10 ambiguity warnings.  These are normal.  Don't worry.\r
+\r
+If you do a "make clean" right after installation, ANTLR and DLG should\r
+not need to run; only the C files will compile.\r
+\r
+Don't forget to go into the makefile to uncomment the appropriate\r
+definitions for your OS/architecture/compiler or see the appropriate\r
+NOTES.?? file.\r