Update of /cvsroot/cpptool/rfta
In directory sc8-pr-cvs1:/tmp/cvs-serv32715
Modified Files:
README
Log Message:
* added short instructions to build pyrfta
Index: README
===================================================================
RCS file: /cvsroot/cpptool/rfta/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README 23 Dec 2002 22:29:28 -0000 1.3
--- README 1 Apr 2003 18:49:02 -0000 1.4
***************
*** 2,20 ****
http://cpptool.sourceforge.net
! To compile the project, you need to grab boost library release 1.29.
It can be found at http://boost.org.
The boost archive has the following structure:
! boost_1_29/
boost/
libs/
...
! You need to make sure that boost_1_29 is in your include path (with
Microsoft Visual C++ 6.0, add the directory in Tools/Options/Directory dialog).
Available projects are:
- rftaparser: the parser library
- rfta: the refactoring library, which use rftaparser
- astdump: an application using rftaparser which dump the AST of a given
source range in HTML. bin/test.bat run this binary on test datas contains
--- 2,27 ----
http://cpptool.sourceforge.net
! To compile the project, you need to grab boost library release 1.30.
It can be found at http://boost.org.
The boost archive has the following structure:
! boost_1_30/
boost/
libs/
...
! You need to make sure that boost_1_30 is in your include path (with
Microsoft Visual C++ 6.0, add the directory in Tools/Options/Directory dialog).
+ To compile pyrfta (binding binding for the rfta library), you will also need
+ to compile the Boost.Python library, and copy that libraries found in
+ boost_1_30/libs/python/build/bin-stage in rfta/deplib/libs/. Refer to
+ Boost.Python documentation ("Building and Testing") section.
+
+
Available projects are:
- rftaparser: the parser library
- rfta: the refactoring library, which use rftaparser
+ - pyrfta: python binding for the refactoring library.
- astdump: an application using rftaparser which dump the AST of a given
source range in HTML. bin/test.bat run this binary on test datas contains
|