Updated KLayout Python Module Prototype (markdown)

Matthias Köfferlein 2018-07-15 21:52:26 +02:00
parent bded272ef7
commit a962e54b96
1 changed files with 2 additions and 1 deletions

@ -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