aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-08-03 18:01:45 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-08-03 18:01:45 +0200
commitd6c819aac12181e427b4d233d2e81091916c02e1 (patch)
tree3cc467c0b6314d8415b9316dbd147610cccbe8db /README.rst
parent0af0cfadbed812d6afd906a9ac934bf4db983c66 (diff)
Update download links
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 8f87f7fe3..85582e011 100644
--- a/README.rst
+++ b/README.rst
@@ -36,7 +36,7 @@ Installing PySide on a Windows System
There are two options to install PySide on Windows:
#. Download and install the packages from the `releases page
- <http://download.qt-project.org/official_releases/pyside/>`_.
+ <http://qt-project.org/wiki/PySide_Binaries_Windows>`_.
#. Use setuptools:
@@ -68,10 +68,10 @@ Installing prerequisities
<http://www.python.org/download/>`_.
#. Install `Qt 4.8 libraries for Windows VS 2008 edition
- <http://download.qt-project.org/official_releases/qt/4.8/4.8.4/qt-win-opensource-4.8.4-vs2008.exe>`_
+ <http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-win-opensource-4.8.5-vs2008.exe>`_
when building against Python 2.6, 2.7 or 3.2.
Install `Qt 4.8 libraries for Windows VS 2010 edition
- <http://download.qt-project.org/official_releases/qt/4.8/4.8.4/qt-win-opensource-4.8.4-vs2010.exe>`_
+ <http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-win-opensource-4.8.5-vs2010.exe>`_
when building against Python 3.3.
#. Install `Cmake
@@ -119,13 +119,13 @@ Building PySide distribution
::
- c:\> c:\Python27\python.exe setup.py bdist_wininst --version=1.2.0 --qmake=c:\Qt\4.8.4\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin
+ c:\> c:\Python27\python.exe setup.py bdist_wininst --version=1.2.0 --qmake=c:\Qt\4.8.5\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin
#. To build the development version of ``PySide`` windows installer, ignore the --version parameter:
::
- c:\> c:\Python27\python.exe setup.py bdist_wininst --qmake=c:\Qt\4.8.4\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin
+ c:\> c:\Python27\python.exe setup.py bdist_wininst --qmake=c:\Qt\4.8.5\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin
Installing PySide distribution
------------------------------