From 638b1788bf71b72bfc23348c69e43e7b046d10c0 Mon Sep 17 00:00:00 2001 From: timlinux Date: Wed, 9 Jul 2008 14:12:12 +0000 Subject: [PATCH] Applied changes from ticket #1108 git-svn-id: http://svn.osgeo.org/qgis/trunk@8747 c8812cc2-4d05-0410-92ff-de0c093fc19c --- INSTALL | 8 ++++---- doc/INSTALL.t2t | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index b0b171e0cc5..b82d1d88b60 100644 --- a/INSTALL +++ b/INSTALL @@ -271,8 +271,8 @@ http://python.org/download/ 3.4.2. Download SIP and PyQt4 sources ===================================== -http://www.riverbankcomputing.com/Downloads/sip4/ -http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ +http://www.riverbankcomputing.com/software/sip/download +http://www.riverbankcomputing.com/software/pyqt/download Extract each of the above zip files in a temporary directory. Make sure to get versions that match your current Qt installed version. @@ -575,7 +575,7 @@ Leopard note: Leopard includes a usable Python 2.5. Though you can install Pyth Retrieve the python bindings toolkit SIP from - http://www.riverbankcomputing.com/Downloads/sip4/ + http://www.riverbankcomputing.com/software/sip/download Then extract and build it (this installs by default into the Python framework): @@ -612,7 +612,7 @@ explicitly to your path e.g. Retrieve the python bindings toolkit for Qt from - http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ + http://www.riverbankcomputing.com/software/pyqt/download Then extract and build it (this installs by default into the Python framework): diff --git a/doc/INSTALL.t2t b/doc/INSTALL.t2t index c1469486c07..09980b1bcda 100644 --- a/doc/INSTALL.t2t +++ b/doc/INSTALL.t2t @@ -190,8 +190,8 @@ http://python.org/download/ === Download SIP and PyQt4 sources === -http://www.riverbankcomputing.com/Downloads/sip4/ -http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ +http://www.riverbankcomputing.com/software/sip/download +http://www.riverbankcomputing.com/software/pyqt/download Extract each of the above zip files in a temporary directory. Make sure to get versions that match your current Qt installed version. @@ -471,7 +471,7 @@ __Leopard note:__ Leopard includes a usable Python 2.5. Though you can install Retrieve the python bindings toolkit SIP from ``` -http://www.riverbankcomputing.com/Downloads/sip4/ +http://www.riverbankcomputing.com/software/sip/download ``` Then extract and build it (this installs by default into the Python framework): @@ -506,7 +506,7 @@ export PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:$PATH$ Retrieve the python bindings toolkit for Qt from ``` -http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ +http://www.riverbankcomputing.com/software/pyqt/download ``` Then extract and build it (this installs by default into the Python framework):