Download & Install

pygccxml on Github

The pygccxml project is hosted on Github. Using Github you can:

  1. get access to the source code
  2. create pull requests
  3. report bugs or ask for new features

Installation

Note that you will need GCC-XML on your system, see section below.

You can use pip to install pygccxml:

pip install pygccxml

To install from source, you can use the usual procedure:

python setup.py install

GCC-XML

There are few different ways to install GCC-XML on your system:

  1. If you use Linux, than I am almost sure your system provides the “gccxml” package. Consider to install it using “native”(rpm, deb, portage) packaging system.
  1. Another option is to install it from the source code. See instructions provided by Brad King, the author of GCC-XML. Installation from sources is supported for Windows, Linux and Mac platforms.