Re: one empty toolbar on lc 2.0.0rc2
Posted by dxli on
URL: https://forum.librecad.org/one-empty-toolbar-on-lc-2-0-0rc2-tp5709023p5709024.html
seems to be a package issue.
Please try to build from git source:
1, sudo apt-get build-dep librecad
2, sudo apt-get install git-core
3, git clone <a href="https://github.com:LibreCAD/LibreCAD.git">https://github.com:LibreCAD/LibreCAD.git
4, cd LibreCAD/
5, qmake -r
6, make
and the generated binary is:
unix/librecad
within the source folder.