Update of /cvsroot/cpptool/CppParser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3977
Modified Files:
README.txt
Log Message:
* added instruction about the dependencies
Index: README.txt
===================================================================
RCS file: /cvsroot/cpptool/CppParser/README.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** README.txt 8 Jun 2004 20:23:10 -0000 1.1.1.1
--- README.txt 9 Jun 2004 18:10:21 -0000 1.2
***************
*** 16,18 ****
--- 16,33 ----
When advanced enough, it will be merged back into the rfta project (IDE plug-ins won't change much).
+ To build, you need to get the precompiled dependencies from sourceforge download page (Build Dependencies package).
+ You will need WinRAR 3.1 to unpack it. Unpack it over you're CppParser directory. The final structure should be something like
+ this:
+
+ example/...
+ include/boost
+ include/cpput
+ libs/booost/...
+ src/...
+
+ To build the new approach, open the sln or dsw workspace found in example/parser depending on the version of VC++ you are using.
+
+ Be sure to use the DEBUG configuration. There is still a few crash in the release configuration that I haven't been able
+ to figure out (any help is welcome on this, Purify has proven useless for this issue).
+
Baptiste Lepilleur <gai...@fr...>
|