eCAD
Playing with CAD
This software has its working based on Qt.
Ubuntu/Debian users In order to work with eCAD, run the following commands:
sudo apt-get install qtdeclarative5-dev qt5-default
git clone https://github.com/GreatDevelopers/eCAD
cd eCAD
qmake
make
./eCAD
Windows users Prerequisite for working with eCAD on Windows
Install Qt's latest version available with mingw compiler from Qt's official downloads.
Unzip eCAD from https://github.com/GreatDevelopers/eCAD.
After installation launch Qt creator load eCAD.pro, from the build menu select "Build All" and Run.