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