Hi Alex,
On ubuntu 14.04 you can have both qt4 (used by klayout) and qt5 installed in parallel. To build klayout, make sure the libqt4-dev package is installed then the command is:
./build.sh -qtbin /usr/lib/x86_64-linux-gnu/qt4/bin -qtlib /usr/li…
Hi Matthias,
You probably know already, but just in case: you could migrate your repository to git first and then rewrite the history with git filter-branch to remove the sensitive files before publishing the cleaned up git repository. Hell, you co…