Compile HOWTO - Rallaz/LibreCAD GitHub Wiki

-- 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 systems (Ubuntu??) You might 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’

⚠️ **GitHub.com Fallback** ⚠️