aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-07-09 14:17:20 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-07-09 14:17:20 +0200
commit1447ef59c1fb35a22e28680a1d0d451f41d51116 (patch)
tree679d9fd27465f2884622d8a85c8e779c7ff6a9cb /README.rst
parent259af650d840ce14931e590247ba81a4174b0117 (diff)
Update build instructions
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst35
1 files changed, 23 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 6283effe7..81ab36278 100644
--- a/README.rst
+++ b/README.rst
@@ -96,8 +96,8 @@ Installing prerequisities
c:\> c:\Python27\python distribute_setup.py
-Building and installing PySide distribution
--------------------------------------------
+Building PySide distribution
+----------------------------
#. Clone ``PySide`` setup scripts from git repository:
@@ -115,13 +115,22 @@ Building and installing PySide distribution
::
- 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 --version=1.2.0 --qmake=c:\Qt\4.8.4\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin
#. Optionally you can specify the msvc compiler version:
::
- c:\> c:\Python27\python.exe setup.py bdist_wininst --msvc-version=10.0 --qmake=c:\Qt\4.8.4\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin
+ c:\> c:\Python27\python.exe setup.py bdist_wininst --msvc-version=10.0 --version=1.2.0 --qmake=c:\Qt\4.8.4\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
+
+Installing PySide distribution
+------------------------------
#. After the successful build, install the distribution with easy_install:
@@ -169,8 +178,8 @@ Installing prerequisities
$ sudo python2.7 distribute_setup.py
-Building and installing PySide distribution
--------------------------------------------
+Building PySide distribution
+----------------------------
#. Clone ``PySide`` setup scripts from git repository:
@@ -188,20 +197,22 @@ Building and installing PySide distribution
::
- $ python2.7 setup.py bdist_egg
+ $ python2.7 setup.py bdist_egg --version=1.2.0
#. Optionally you can build standalone version of distribution with embedded Qt libs:
::
- $ python2.7 setup.py bdist_egg --standalone
+ $ python2.7 setup.py bdist_egg --standalone --version=1.2.0
+
+#. To build the development version of ``PySide`` distribution, ignore the --version parameter:
-#. After the successful build, install the distribution with easy_install
- and run the post-install script:
-
::
- $ sudo easy_install-2.7 dist/PySide-1.2.0-py2.7.egg
+ $ python2.7 setup.py bdist_egg
+
+Installing PySide distribution
+------------------------------
#. After the successful build, install the distribution with easy_install
and run the post-install script: