KamalKaur / eCAD

Playing with CAD

Home Page:http://greatdevelopers.github.io/eCAD/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Playing with CAD

http://greatdevelopers.github.io/eCAD/

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 98.9%Language:Prolog 1.1%