aboutsummaryrefslogtreecommitdiffstats
path: root/optional/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'optional/README.md')
-rw-r--r--optional/README.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/optional/README.md b/optional/README.md
index 2c5af5d..96ab614 100644
--- a/optional/README.md
+++ b/optional/README.md
@@ -9,23 +9,6 @@ that are shared for each binding.
## Documentation
-### Building
-If your environment is setup correctly (i.e. you can build the Python Extensions plugin), all that
-you should need to do is run:
-
-```
-python setup.py --qmake=/path/to/your/qmake
-```
-
-and the optional bindings should build and be installed. To clean the build files after a build,
-just run:
-
-```
-python setup.py clean
-```
-
-For problems and possible solutions, please refer to the main `README.md`.
-
### Writing optional binding libraries
**NOTICE:** Please refer to the `pyutil.h` header file for anything that is not explained
here.