Revision: 834
http://svn.sourceforge.net/pygccxml/?rev=834&view=rev
Author: roman_yakovenko
Date: 2007-01-02 13:27:47 -0800 (Tue, 02 Jan 2007)
Log Message:
-----------
Added Paths:
-----------
installers/install_gccxml.readme.txt
Added: installers/install_gccxml.readme.txt
===================================================================
--- installers/install_gccxml.readme.txt (rev 0)
+++ installers/install_gccxml.readme.txt 2007-01-02 21:27:47 UTC (rev 834)
@@ -0,0 +1,48 @@
+=============
+What is this?
+=============
+ install_gccxml.py is platform independent (Windows, Linux) Python script that
+will install GCC_XML on your system in a few minutes. No additional software is
+needed, except Python 2.4 or higher.
+
+=================
+How does it work?
+=================
+ The directory contains binaries of CMake ( 2.4.5 ) for Linux and Windows.
+CMake homepage: http://cmake.org/HTML/Index.html .
+
+ It also contains source code of GCC and GCC_XML.
+GCC homepage: http://gcc.gnu.org/
+GCC_XML homepage: http://www.gccxml.org
+
+I am NOT the author of CMake, GCC and GCC_XML.
+
+The install script extracts platform dependent archive of CMake. It also extracts
+GCC_XML sources. All files are extracted to a temporal directory that is removed
+at the end of the install process. When all files are extracted the script
+follows instructions published on GCC_XML web site( http://gccxml.org/HTML/Install.html ):
+ 1. It asks you where you want to install GCC_XML.
+ 2. It creates GCC_XML build directory
+ 3. It run CMake to generate native build files.
+ 4. It calls native build system to create GCC_XML executable.
+ 5. It installs them into desired directory
+
+==============
+How to run it?
+==============
+
+If you are using Windows, than double click on the "install_gccxml.py" file.
+If you are using Linux, than from a shell write:
+
+python install_gccxml.py
+
+Optionaly you can pass additional argument GCC_XML install directory. If you
+don't do this, the script will ask you to specify the directory.
+
+=========
+Uninstall
+=========
+ All you need to uninstall GCC_XML is to delete the directory you installed
+the binaries in. That's all.
+
+Please report any problem you find with the script to rom...@gm...
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|