Login  Register

Re: 2.2.0-rc4 does not display text in file created by 2.1.3

Posted by tomdean on Jun 12, 2022; 8:07pm
URL: https://forum.librecad.org/2-2-0-rc4-does-not-display-text-in-file-created-by-2-1-3-tp5721786p5721798.html

I found the problem.

When I built librecad, I did it out of the source tree, in a build subdir.

Rebuilding in the source tree resolved the problem

cd CAD/LibreCAD
qmake -qt=5 -r
make -j `nproc`
./unix/librecad

I want to install librecad in /usr/local/bin. But, it needs resources, etc. Just copying librecad to /usr/local/bin does not work.

Tom Dean