Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 615 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 615 Bytes

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:

  1. sudo apt-get install qtdeclarative5-dev qt5-default

  2. git clone https://github.com/GreatDevelopers/eCAD

  3. cd eCAD

  4. qmake

  5. make

  6. ./eCAD

Windows users Prerequisite for working with eCAD on Windows

  1. Install Qt's latest version available with mingw compiler from Qt's official downloads.

  2. 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.