Download & Install¶
pygccxml on Github¶
The pygccxml project is hosted on Github. Using Github you can:
- get access to the source code
- create pull requests
- 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:
- 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.
- 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.