Page 1 of 1

How to compile qcad 3 community edition?

Posted: Wed May 22, 2013 5:33 pm
by neo
Hi Andrew!

Thank you for releasing qcad 3 as community edition.

But how do we compile it? there is no build script or configure script...

Thanks in advance

neo

Re: How to compile qcad 3 community edition?

Posted: Wed May 22, 2013 5:54 pm
by andrew
Please read first the text above the download link on our web site at:
http://www.ribbonsoft.com/en/qcad-downloads-trial

The QCAD 3 community edition has not been officially released yet.
Please only check out the sources if you are interested in development, contributing, preview, etc.
This software is not suitable for any use at this point (you won't be able to save all entity types).

Compilation in the nutshell:

Code: Select all

qmake
make

Re: How to compile qcad 3 community edition?

Posted: Fri May 24, 2013 8:35 pm
by andrew
Meanwhile, all entity types are now savable and printing features have been added.

This means that the QCAD Community Edition 3.1 is now feature complete - an important milestone towards an official release. Feel free to check it out, it's tagged with "v3.1.0.3":
https://github.com/qcad/qcad/tags

Re: How to compile qcad 3 community edition?

Posted: Sun Jun 02, 2013 8:01 am
by neo
Thank you very much!

Will try and definitely give feedback!

neo