Re: Plugins and librecad.pro
Posted by
Rallaz on
Oct 21, 2011; 4:52pm
URL: https://forum.librecad.org/Plugins-and-librecad-pro-tp4925287p4925351.html
2011/10/21 showard314 [via LibreCAD] <
[hidden email]>:
> Hello all,
> Rallaz: what's the status of the plugins?
Currently stopped, I have very little time and I am planning a new DXF library.
I think more important to solve DWG support than plugins.
The plugin is not completely finished but you can use.
> Do you think it would be
> interesting/worthwhile to add the plugin as a SUBDIR in librecad.pro?
is what we should do
> This way they will automatically build and be distributed.
> ~Scott
In all of my RPM are built and distributed, and no bug report!! :-))
simply a script with:
~>cd LibreCAD
~>qmake
~>make
~>cd plugins
~>qmake
~>make
Rallaz