From a962e54b96fd5ad7c03b80fe7438554701af1170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6fferlein?= Date: Sun, 15 Jul 2018 21:52:26 +0200 Subject: [PATCH] Updated KLayout Python Module Prototype (markdown) --- KLayout-Python-Module-Prototype.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/KLayout-Python-Module-Prototype.md b/KLayout-Python-Module-Prototype.md index c14b9d0..f8c7ffe 100644 --- a/KLayout-Python-Module-Prototype.md +++ b/KLayout-Python-Module-Prototype.md @@ -15,10 +15,11 @@ sudo python setup.py install This build configuration is currently hard configured this way: * No Qt required and no Qt related functionality produced - * Requires ```expat``` for XML parwsing + * Requires ```expat``` for XML parsing * Required ```curl``` for HTTP support * Requires ```pthread``` for multithread support +This build will produce complete packages for ```klayout.tl```, ```klayout.db``` and ```klayout.rdb```. ## Building together with the main application