[Pntool-developers] SF.net SVN: pntool:[170] translator/README.txt
Brought to you by:
compaqdrew,
miordache
From: <the...@us...> - 2009-07-06 21:02:11
|
Revision: 170 http://pntool.svn.sourceforge.net/pntool/?rev=170&view=rev Author: thecodeweasel Date: 2009-07-06 21:02:05 +0000 (Mon, 06 Jul 2009) Log Message: ----------- Apparently gcc 3.x and g++ is as good as gcc 4 Modified Paths: -------------- translator/README.txt Modified: translator/README.txt =================================================================== --- translator/README.txt 2009-07-06 20:55:22 UTC (rev 169) +++ translator/README.txt 2009-07-06 21:02:05 UTC (rev 170) @@ -2,7 +2,7 @@ All ANTLR and related code is distributed under the BSD License (http://www.antlr.org/license.html). My understanding is that this includes the clibs directory (ANTLR C Target libraries) and the generated parser/lexer/treewalker code (pnscriptParser.*, pnscriptLexer.*, pncompactor.c/h, pngenerator.c/h. Also, all *.g files were developed using ANTLRWorks 1.2.3. License files can be found in the top level directory of this project. #DEPENDENCIES: -This grammar should build independently on any unix-compliant OS (including Unix emulators) with GCC 4.x or greater, patch, autoconf, and automake. +This grammar should build independently on any unix-compliant OS (including Unix emulators) with gcc 3.x or greater, g++ (for antler configuration), patch, autoconf, and automake. #COMPILING 1. To compile the translator, run 'make' in the project directory This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |