From 1dc86c93c2c78bb3b07d0b8f7e4d0dbb64f8bed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6fferlein?= Date: Sun, 24 Jun 2018 21:06:16 +0200 Subject: [PATCH] Updated KLayout Python Module Prototype (markdown) --- KLayout-Python-Module-Prototype.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/KLayout-Python-Module-Prototype.md b/KLayout-Python-Module-Prototype.md index 9779e42..93769ed 100644 --- a/KLayout-Python-Module-Prototype.md +++ b/KLayout-Python-Module-Prototype.md @@ -12,11 +12,18 @@ For building use the build script: ./build.sh -bin ``` +If you want it fast and don't need to Qt bindings, use: + +``` +# From the project's root directory +./build.sh -bin -without-qtbinding +``` + For `````` pick a destination where you want KLayout to be installed. For example you can use ```/usr/local/klayout``` for the destination, but you will need sudo permissions then: ``` # Build and install in /usr/local/klayout -sudo ./build.sh -bin /usr/local/klayout +sudo ./build.sh -bin /usr/local/klayout -without-qtbinding ``` The `klayout` module will be built together with KLayout. After KLayout installation, the `klayout` module resides inside the installation tree in the "pymod" subfolder. To use it, either copy the `klayout` folder to your Python installation or set `PYTHONPATH` to the location of the `klayout` folder: