Revision: 26
Author: mbaas
Date: 2006-05-01 06:38:23 -0700 (Mon, 01 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=26&view=rev
Log Message:
-----------
Added a readme
Added Paths:
-----------
pygccxml_dev/README.txt
Added: pygccxml_dev/README.txt
===================================================================
--- pygccxml_dev/README.txt (rev 0)
+++ pygccxml_dev/README.txt 2006-05-01 13:38:23 UTC (rev 26)
@@ -0,0 +1,39 @@
+pygccxml - Reading GCCXML output
+================================
+
+pygccxml is a specialized XML reader that reads the output from GCCXML.
+
+Homepage: http://www.language-binding.net/pygccxml/pygccxml.html
+
+
+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 pygccxml 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).
+
+
+--------------------------------------------------------------------------
+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.
|