aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-04-25 15:39:54 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-04-25 15:39:54 +0200
commitf73711f095a690c6c8190fa541aa799c3a2e76a0 (patch)
tree2a5979136203ec362582a11ff1450a8cbb89d408
parentf8ecd2380ff3d58429e9c99daacd7d913b14d7aa (diff)
Describe the --msvc-version option in README
-rw-r--r--README.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 0fa632dff..a7e38cb90 100644
--- a/README.rst
+++ b/README.rst
@@ -93,12 +93,6 @@ Installing prerequisities
c:\> c:\Python27\python distribute_setup.py
-#. Open Visual Studio 2008 Command Prompt:
-
- ::
-
- c:\> c:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2008\Visual Studio Tools\Visual Studio 2008 Command Prompt.lnk
-
Building PySide distribution
----------------------------
@@ -118,7 +112,7 @@ Building 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 --msvc-version=9.0 --qmake=c:\Qt\4.8.4\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin
#. After the successful build, install the distribution with easy_install
and run the post-install script:
@@ -247,6 +241,12 @@ Options
Specify the path to cmake.
Useful when the cmake is not in path.
+``--msvc-version``
+ Specify the Visual C++ compiler version.
+ Supported values are ``9.0``, ``10.0``, ``11.0``.
+ This option adds support for building windows binaries outside the Visual Studio Command Prompt.
+ The MSVC environment is properly initialized by setup script.
+
``--openssl``
Specify the path to OpenSSL libs.