Page 1 of 1

How do I install the QCAD Community Edition on Mac OS X?

Posted: Sat Feb 19, 2011 7:06 am
by mr.mudge
How do I install the QCAD Community Edition on Mac OS X?

Posted: Mon Mar 07, 2011 9:14 pm
by Lorenzo
Welcome to this forum.

In order to install QCad Community Edition on Mac OS X you have to compile the source code yourself.
I am not an expert about Mac OS X, anyway the procedure to compile the source code should be something like:
  1. extract the downloaded archive in any folder;
  2. from the command line, move to the folder containing the extracted archive, then run

    Code: Select all

    ./configure
  3. as super user, run

    Code: Select all

    make
  4. then run

    Code: Select all

    make install
Bye
Lorenzo