Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use generic urls and instructions for SIP and PyQt
git-svn-id: http://svn.osgeo.org/qgis/trunk@7248 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 3, 2007
1 parent 47bf54d commit 1f020cb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
19 changes: 10 additions & 9 deletions INSTALL
Expand Up @@ -215,10 +215,11 @@ http://python.org/download/
3.4.2. Download SIP and PyQt4 sources
=====================================

http://www.riverbankcomputing.com/Downloads/sip4/sip-4.6.zip
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-win-gpl-4.2.zip
http://www.riverbankcomputing.com/Downloads/sip4/
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/

Extract each of the above zip files in a temporary directory.
Extract each of the above zip files in a temporary directory. Make sure
to get versions that match your current Qt installed version.


3.4.3. Compile SIP
Expand Down Expand Up @@ -497,14 +498,14 @@ Get the expat sources:
Retrieve the python bindings toolkit SIP from


curl -O http://www.riverbankcomputing.com/Downloads/sip4/sip-4.5.2.tar.gz
http://www.riverbankcomputing.com/Downloads/sip4/


Then extract and build it to a prefix of /usr/local:


tar xvfz sip-4.5.2.tar.gz
cd sip-4.5.2
tar xvfz sip-<version number>.tar.gz
cd sip-<version number>
python configure.py
make
sudo make install
Expand All @@ -518,14 +519,14 @@ Then extract and build it to a prefix of /usr/local:
Retrieve the python bindings toolkit for Qt from


curl -O http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-mac-gpl-4.1.1.tar.gz
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/


Then extract and build it to a prefix of /usr/local:


tar xvfz PyQt-mac-gpl-4.1.1.tar.gz
cd PyQt-mac-gpl-4.1.1
tar xvfz PyQt-mac<version number here>
cd PyQt-mac<version number here>
python configure.py
yes
make
Expand Down
19 changes: 10 additions & 9 deletions INSTALL.t2t
Expand Up @@ -149,10 +149,11 @@ http://python.org/download/

=== Download SIP and PyQt4 sources ===

http://www.riverbankcomputing.com/Downloads/sip4/sip-4.6.zip
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-win-gpl-4.2.zip
http://www.riverbankcomputing.com/Downloads/sip4/
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/

Extract each of the above zip files in a temporary directory.
Extract each of the above zip files in a temporary directory. Make sure
to get versions that match your current Qt installed version.

=== Compile SIP ===

Expand Down Expand Up @@ -405,14 +406,14 @@ cd ..
Retrieve the python bindings toolkit SIP from

```
curl -O http://www.riverbankcomputing.com/Downloads/sip4/sip-4.5.2.tar.gz
http://www.riverbankcomputing.com/Downloads/sip4/
```

Then extract and build it to a prefix of /usr/local:

```
tar xvfz sip-4.5.2.tar.gz
cd sip-4.5.2
tar xvfz sip-<version number>.tar.gz
cd sip-<version number>
python configure.py
make
sudo make install
Expand All @@ -424,14 +425,14 @@ cd ..
Retrieve the python bindings toolkit for Qt from

```
curl -O http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-mac-gpl-4.1.1.tar.gz
http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
```

Then extract and build it to a prefix of /usr/local:

```
tar xvfz PyQt-mac-gpl-4.1.1.tar.gz
cd PyQt-mac-gpl-4.1.1
tar xvfz PyQt-mac<version number here>
cd PyQt-mac<version number here>
python configure.py
yes
make
Expand Down

0 comments on commit 1f020cb

Please sign in to comment.