Skip to content
zxq9 edited this page Aug 7, 2011 · 13 revisions

-- UNIX and OSX users --
Unzip or checkout a version of LibreCAD into a directory.
CD into that directory and follow these instructions:

Build makefile and compile LibreCAD

qmake
make

NOTE: On Fedora and perhaps other systems (Ubuntu?) You
need to run “qmake-qt4” instead of just “qmake”.

-- Windows Users --

Download a copy of QT SDk from http://qt.nokia.com/downloads/

After installation, start qtCreator and load LibreCAD.pro,
from the the build menu select ‘Build All’

Clone this wiki locally