Login  Register

Re: [Python LibreDcl+] - first test

Posted by emanuel on Nov 30, 2024; 1:46pm
URL: https://forum.librecad.org/Python-LibreDcl-first-test-tp5725735p5725738.html

I have to admit, I only ported something to Windows with Qt for the first time six months ago. I'm completely out of Mac. The Windows test project was also with Python. I think my "extra dependencies" are limited to this core5compat (for QRegExp), python, and swig for wrapping the python gui, or later the combined object model from LC. It's still really difficult and I still have to gain a lot of experience. That's pretty good with the gui. But if I only build the LC Vector I get a lot of warnings and QtCreator asks me whether I want to run the finished build because an error is suspected due to the many currencies. The librecad python works very well.

I'll try to build the whole thing under Windows when I get the chance. Unfortunately, I had never done anything with swig under Windows. I've also hardly ever done anything with cmake. But I can learn...