[pygccxml-commit] SF.net SVN: pygccxml: [462] pyplusplus_dev/README.txt
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-08-24 07:41:02
|
Revision: 462 Author: roman_yakovenko Date: 2006-08-24 00:40:55 -0700 (Thu, 24 Aug 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=462&view=rev Log Message: ----------- change pyplusplus to Py++ Modified Paths: -------------- pyplusplus_dev/README.txt Modified: pyplusplus_dev/README.txt =================================================================== --- pyplusplus_dev/README.txt 2006-08-24 07:37:39 UTC (rev 461) +++ pyplusplus_dev/README.txt 2006-08-24 07:40:55 UTC (rev 462) @@ -1,52 +1,52 @@ -pyplusplus - Boost.Python code generator -======================================== - -pyplusplus is a code generator for Boost.Python that simplifies writing -Python bindings of a C/C++ library. The tool is implemented as a Python -module which is controlled by a user script. - -Homepage: http://www.language-binding.net/pyplusplus/pyplusplus.html - - -Requirements ------------- - -In order to use pyplusplus you need the following additional components: - -- Python v2.4 (or higher) -- pygccxml (http://www.language-binding.net/pygccxml/pygccxml.html) -- GCC-XML (http://www.gccxml.org) - - -Install -------- - -The package uses the Python distutils so you can do the usual procedure: - - python setup.py install - -For more information about using the distutils see the Python manual -"Installing Python Modules". - - -Documentation -------------- - -For examples and tutorials see the pyplusplus web site. An API reference -is available in the directory docs/apidocs in the source archive. - -If you obtained the source code from the subversion repository you -have to build the API reference yourself. This can be done using the -setup script: - - python setup.py doc - -In order for this to work you need epydoc (http://epydoc.sourceforge.net) -and pygccxml. - - --------------------------------------------------------------------------- -Copyright 2004 Roman Yakovenko. -Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) +Py++ - Boost.Python code generator +======================================== + +Py++ is a code generator for Boost.Python that simplifies writing +Python bindings of a C/C++ library. The tool is implemented as a Python +module which is controlled by a user script. + +Homepage: http://www.language-binding.net/pyplusplus/pyplusplus.html + + +Requirements +------------ + +In order to use Py++ you need the following additional components: + +- Python v2.4 (or higher) +- pygccxml (http://www.language-binding.net/pygccxml/pygccxml.html) +- GCC-XML (http://www.gccxml.org) + + +Install +------- + +The package uses the Python distutils so you can do the usual procedure: + + python setup.py install + +For more information about using the distutils see the Python manual +"Installing Python Modules". + + +Documentation +------------- + +For examples and tutorials see the Py++ web site. An API reference +is available in the directory docs/apidocs in the source archive. + +If you obtained the source code from the subversion repository you +have to build the API reference yourself. This can be done using the +setup script: + + python setup.py doc + +In order for this to work you need epydoc (http://epydoc.sourceforge.net) +and pygccxml. + + +-------------------------------------------------------------------------- +Copyright 2004 Roman Yakovenko. +Distributed under the Boost Software License, Version 1.0. (See +accompanying file LICENSE_1_0.txt or copy at +http://www.boost.org/LICENSE_1_0.txt) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |