Skip to content

Commit 638b178

Browse files
author
timlinux
committedJul 9, 2008
Applied changes from ticket #1108
git-svn-id: http://svn.osgeo.org/qgis/trunk@8747 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 74a9502 commit 638b178

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ http://python.org/download/
271271
3.4.2. Download SIP and PyQt4 sources
272272
=====================================
273273

274-
http://www.riverbankcomputing.com/Downloads/sip4/
275-
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
274+
http://www.riverbankcomputing.com/software/sip/download
275+
http://www.riverbankcomputing.com/software/pyqt/download
276276

277277
Extract each of the above zip files in a temporary directory. Make sure
278278
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
575575
Retrieve the python bindings toolkit SIP from
576576

577577

578-
http://www.riverbankcomputing.com/Downloads/sip4/
578+
http://www.riverbankcomputing.com/software/sip/download
579579

580580

581581
Then extract and build it (this installs by default into the Python framework):
@@ -612,7 +612,7 @@ explicitly to your path e.g.
612612
Retrieve the python bindings toolkit for Qt from
613613

614614

615-
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
615+
http://www.riverbankcomputing.com/software/pyqt/download
616616

617617

618618
Then extract and build it (this installs by default into the Python framework):

‎doc/INSTALL.t2t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ http://python.org/download/
190190

191191
=== Download SIP and PyQt4 sources ===
192192

193-
http://www.riverbankcomputing.com/Downloads/sip4/
194-
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
193+
http://www.riverbankcomputing.com/software/sip/download
194+
http://www.riverbankcomputing.com/software/pyqt/download
195195

196196
Extract each of the above zip files in a temporary directory. Make sure
197197
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
471471
Retrieve the python bindings toolkit SIP from
472472

473473
```
474-
http://www.riverbankcomputing.com/Downloads/sip4/
474+
http://www.riverbankcomputing.com/software/sip/download
475475
```
476476

477477
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$
506506
Retrieve the python bindings toolkit for Qt from
507507

508508
```
509-
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
509+
http://www.riverbankcomputing.com/software/pyqt/download
510510
```
511511

512512
Then extract and build it (this installs by default into the Python framework):

0 commit comments

Comments
 (0)
Please sign in to comment.