
---- 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 compule 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'


----- 
Ubuntu Lucid
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
Using Qt version 4.6.2 in /usr/lib

----- (RVT)
OSX 10.5.8
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
Using Qt version 4.6.3 in /opt/local/libexec/qt4-mac/lib

----- (RVT)
Debian 5.0.3
gcc (Debian 4.3.2-1.1) 4.3.2
Using Qt version 4.4.3 in /usr/lib

----- (RVT)
Windows XP
Using Qt version 4.7.0

