From a538f304c4d8f714b7f2c3db9a76b7cee4d71ad1 Mon Sep 17 00:00:00 2001 From: Weston Hunter Date: Mon, 9 Feb 2015 17:52:13 -0600 Subject: Fixing small typos. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 442aaefb2..9fcc6c793 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,9 @@ On Linux you can use option --standalone, to embed Qt libraries to PySide distri You can use option --only-package, if you want to create more binary packages (bdist_wheel, bdist_egg, ...) without rebuilding entire PySide every time: # First time we create bdist_wheel with full PySide build - python setup.py bdist_wheel --qmake=c:\Qt\4.8.5\bin\qmake.exe --cmake=c:\tools\cmake\bin\cmake.exe --opnessl=c:\libs\OpenSSL32bit\bin + python setup.py bdist_wheel --qmake=c:\Qt\4.8.5\bin\qmake.exe --cmake=c:\tools\cmake\bin\cmake.exe --openssl=c:\libs\OpenSSL32bit\bin - # Then we crate bdist_egg reusing PySide build with option --only-package + # Then we create bdist_egg reusing PySide build with option --only-package python setup.py bdist_egg --only-package --qmake=c:\Qt\4.8.5\bin\qmake.exe --cmake=c:\tools\cmake\bin\cmake.exe --opnessl=c:\libs\OpenSSL32bit\bin REQUIREMENTS: -- cgit v1.2.3