[Pymoul-svn] SF.net SVN: pymoul: [248] pymoul/trunk/INSTALL.txt
Status: Alpha
Brought to you by:
tiran
From: <ti...@us...> - 2007-03-12 15:51:38
|
Revision: 248 http://pymoul.svn.sourceforge.net/pymoul/?rev=248&view=rev Author: tiran Date: 2007-03-12 08:51:36 -0700 (Mon, 12 Mar 2007) Log Message: ----------- Updated installation information Modified Paths: -------------- pymoul/trunk/INSTALL.txt Modified: pymoul/trunk/INSTALL.txt =================================================================== --- pymoul/trunk/INSTALL.txt 2007-03-10 14:58:09 UTC (rev 247) +++ pymoul/trunk/INSTALL.txt 2007-03-12 15:51:36 UTC (rev 248) @@ -20,12 +20,17 @@ * pywin32 http://sourceforge.net/projects/pywin32/ * py2exe http://www.py2exe.org/ (via $ easy_install-2.5 py2exe) * MinGW32 compiler (bundled with Qt4) + * InnoSetup http://www.jrsoftware.org/ +Mac OS X +-------- + + * py2app (via $ easy_install-2.5 py2app) + Tools ----- * UPX http://upx.sourceforge.net/#download - * InnoSetup http://www.jrsoftware.org/ * epydoc 3.0+ (via $ easy_install-2.5 epydoc) ==================== @@ -46,8 +51,8 @@ * Install PyQt4 -http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ -http://wftp.tu-chemnitz.de/pub/Qt/qt/source/qt-win-opensource-4.2.2-mingw.exe + http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ + http://wftp.tu-chemnitz.de/pub/Qt/qt/source/qt-win-opensource-4.2.2-mingw.exe Extension module ---------------- @@ -76,6 +81,10 @@ Source installation of sip, PyQt4 and QScintilla2 ------------------------------------------------- +NOTE: The source installation is only required if you like to use Eric4 + editor or want to develop additional extensions. In most cases the + installation of the prebuild extensions from Riverbank is sufficient. + * Install Qt4 GPL + MinGW32 as described * Adust the environment variables as described @@ -128,10 +137,21 @@ NOTE: The latest version of Ubuntu has no support for Qt4 under Python2.5. You have to compile the stuff on your own. +NOTE: PyMoul doesn't require QScintilla. You may skip it unless you want to + use Eric4. + * Install Python 2.5 with development packages o sudo apt-get install python2.5 python2.5-dev + * Make sure you've installed the latest versions of pytz and setuptools for + Python 2.5! I suggest that you replace the prebuild packages with the + latest version as python eggs. + + o sudo apt-get remove python-setuptools python-tz + o sudo sudo python2.5 utilities/ez_setup.py + o sudo easy_install-2.5 pytz + * Install Qt4 with development packages o sudo apt-get install libqt4 libqt4-dev qt4-designer qt4-dev-tools qt4-doc @@ -181,5 +201,29 @@ o $ sudo make install o Adjust permissions +Mac OS X +-------- + * Install the latest version of XCode from apple.com + * Download and install the prebuild version of Python2.5 for Mac. Python + should be installed as Framework under + + /Library/Frameworks/Python.framework/Versions/2.5/ + + * Download the prebuild DMG install of Qt4 GPL from Trolltech and install it. + + * Adjust the QT4DIR, QMAKESPEC and PATH. I suggest you install and use the + RCEnvironment control applet. + + QT4DIR="/usr/local/Trolltech/Qt-4.2.2" + QMAKESPEC="macx-g++" + PATH: append $QT4DIR/bin + + * Install SIP and PyQt4 with python2.5 and qmake-4.2 + + * Install the dependencies + + o sudo python2.5 utilities/ez_setup.py + o sudo easy_install-2.5 pytz + o sudo easy_install-2.5 py2app This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |