aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2014-04-30 15:13:39 +0200
committerChristian Tismer <tismer@stackless.com>2014-04-30 15:13:39 +0200
commit77dcd588363fe56a68f2233f3adf99f48a7a9552 (patch)
tree99d0929bd71fa3e25b28845cce5baad6f35637e6 /README.rst
parent26fa4bdbccecc39ad0c9a32293b50024a4db6578 (diff)
add notes on defunct OS X options
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1b89071e4..be921d6af 100644
--- a/README.rst
+++ b/README.rst
@@ -377,6 +377,7 @@ Installing PySide distribution into ``virtual`` Python environment
$ bin/python bin/pyside_postinstall.py -install
+
PySide Setup Script command line options
========================================
@@ -435,6 +436,11 @@ Options
Skip rebuilding everything and create distribution from prebuilt binaries.
Before using this option first time, the full distribution build is required.
+.. note::
+
+ This option is broken on Mac OS X and fails to produce a usable distribution.
+
+
``--cmake``
Specify the path to cmake.
Useful when the cmake is not in path.
@@ -444,6 +450,11 @@ Options
This option is allways enabled on Windows System.
On Linux it's disabled by default.
+.. note::
+
+ This option does not work on Mac OS X, yet.
+
+
``--version``
Specify what version of PySide distribution to build.
This option is available only when the setup scripts are cloned from git repository.