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

Use this forum to ask questions about how to do things in the QCAD Community Edition.

Moderator: andrew

Locked
mr.mudge
Registered Member
Posts: 1
Joined: Sat Feb 19, 2011 6:57 am

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

Post by mr.mudge » Sat Feb 19, 2011 7:06 am

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

Lorenzo
Junior Member
Posts: 24
Joined: Wed Jun 04, 2008 12:09 pm

Post by Lorenzo » Mon Mar 07, 2011 9:14 pm

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

Locked

Return to “QCAD Community 'How Do I' Questions”