[pygccxml-commit] SF.net SVN: pygccxml: [838] pygccxml_dev/docs/download.rest
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2007-01-02 21:34:24
|
Revision: 838
http://svn.sourceforge.net/pygccxml/?rev=838&view=rev
Author: roman_yakovenko
Date: 2007-01-02 13:34:25 -0800 (Tue, 02 Jan 2007)
Log Message:
-----------
Modified Paths:
--------------
pygccxml_dev/docs/download.rest
Modified: pygccxml_dev/docs/download.rest
===================================================================
--- pygccxml_dev/docs/download.rest 2007-01-02 21:34:10 UTC (rev 837)
+++ pygccxml_dev/docs/download.rest 2007-01-02 21:34:25 UTC (rev 838)
@@ -31,12 +31,33 @@
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.
+
+2. Install from source code. See `instructions`_ provided by Brad King, the author
+ of `GCC-XML`_.
+
+.. _`instructions` : http://gccxml.org/HTML/Install.html
+
+3. You can use `GCC-XML`_ installer created by me. Go to download page and get
+ "gccxml_xxx_installer.zip" file. "xxx" is a name of your OS: Windows or Linux.
+ You will find installation instructions within the file. The setup is basically
+ small Python script, which installs `GCC-XML`_ to the specified directory.
+ It works pretty well for me. You don't have to download CMake build system
+ or something else.
+
+pygccxml
+--------
In command prompt or shell change current directory to be "pygccxml-X.Y.Z".
-"X.Y.Z" is version of `pygccxml`_. Type next command:
+"X.Y.Z" is version of `pygccxml`_. Type next command:
| ``python setup.py install``
-After this command complete, you should have installed `pygccxml`_ package.
+After this command complete, you should have installed `pygccxml`_ package.
------------
Dependencies
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|