Revision: 844
http://svn.sourceforge.net/pygccxml/?rev=844&view=rev
Author: roman_yakovenko
Date: 2007-01-04 11:37:09 -0800 (Thu, 04 Jan 2007)
Log Message:
-----------
adding GCC-XML installation notes
Modified Paths:
--------------
pygccxml_dev/docs/download.rest
Modified: pygccxml_dev/docs/download.rest
===================================================================
--- pygccxml_dev/docs/download.rest 2007-01-04 11:35:11 UTC (rev 843)
+++ pygccxml_dev/docs/download.rest 2007-01-04 19:37:09 UTC (rev 844)
@@ -36,20 +36,25 @@
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.
+ 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`_.
+.. line separator
+2. 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.
+
.. _`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.
+3. You can use `GCC-XML`_ installer created by me. Go to `download page`_ and get
+ `"gccxml_installer.zip"`_ file. 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 on Linux and Windows.
+ You don't have to download CMake build system or anything else.
+.. _`download page` : http://sourceforge.net/project/showfiles.php?group_id=118209&package_id=146545
+.. _`"gccxml_installer.zip"` : http://sourceforge.net/project/showfiles.php?group_id=118209&package_id=146545
+
pygccxml
--------
In command prompt or shell change current directory to be "pygccxml-X.Y.Z".
@@ -74,4 +79,4 @@
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
- End:
\ No newline at end of file
+ End:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|