Download & Install

pygccxml on SourceForge

pygccxml project is hosted on SourceForge. Using SourceForge services you can:

  1. get access to source code
  2. get access to latest release version of pygccxml

Installation

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 has “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.
  1. You can use GCC-XML installer built by me, from the CVS. Go to download page and download “gccxml-setup”.

pygccxml

In command prompt or shell change current directory to be “pygccxml-X.Y.Z”. “X.Y.Z” is version of pygccxml. Type the following command:

python setup.py install

After this command complete, you should have installed pygccxml package.

Dependencies


Table Of Contents

Previous topic

pygccxml package

Next topic

Declarations query API

This Page