aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index b609d3f..657bf9b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@ This plugin for QtCreator makes it possible to extend the QtCreator by
writing Python extensions. These extensions are simply Python packages,
so they are directories containing a `__init__.py` and any other Python
files necessary. They can be shared as zip archives, installed and managed
-through the included extension manager (which is a Python extension itself) and thus allow the QtCreator to be easily extended with custom functionality.
+through the included extension manager (which is a Python extension itself) and
+thus allow the QtCreator to be easily extended with custom functionality.
**WARNING:** This is a first draft / proof of concept and only offers
very limited functionality. There will still be many bugs and so far
@@ -72,6 +73,8 @@ After this, the plugin should be installed into the QtCreator version
you built in the previous steps. If this worked, you can now go ahead
and check out the `examples` folder and play with the provided example
Python extensions.
+You can copy all examples to the right location in the build directory by
+running `make copyexamples`.
Notice that depending on your configuration, you may need to add Clang
to your library paths for Shiboken to run. Achieve this by running the