Skip to content

Commit

Permalink
Applied changes from ticket #1108
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8747 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jul 9, 2008
1 parent 74a9502 commit 638b178
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions INSTALL
Expand Up @@ -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.
Expand Down Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down
8 changes: 4 additions & 4 deletions doc/INSTALL.t2t
Expand Up @@ -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.
Expand Down Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 638b178

Please sign in to comment.