From f73711f095a690c6c8190fa541aa799c3a2e76a0 Mon Sep 17 00:00:00 2001 From: Roman Lacko Date: Thu, 25 Apr 2013 15:39:54 +0200 Subject: Describe the --msvc-version option in README --- README.rst | 14 +++++++------- 1 file 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. -- cgit v1.2.3