Skip to content

kamalpreetgrewal/eCAD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • Prolog 1.1%