Updated KLayout Python Module Prototype (markdown)

Matthias Köfferlein 2018-07-15 21:50:36 +02:00
parent a3df9d2e58
commit 75d8277ae0
1 changed files with 7 additions and 0 deletions

@ -142,6 +142,13 @@ w = None
* Module assignment is pretty much fixed now (core modules are tl, db and rdb)
* Build is feasible on CentOS6, 7, Ubuntu 16 and Windows - some unit tests are failing
2018-07-15:
* The pymod branch now supports Qt-less builds. libexpat, libpthread and libcurl are used
to supply the missing functionality.
* The distutils-bases setup.py script is provided now
* Build of setup.py was tested on CentOS6, 7, Ubuntu 16, 18 and MacOS (HighSierra)
* Windows test still ongoing
## Further roadmap
* Provide a generated documentation online