samarthaggarwal / Engineering-Drawing-Software

A software for Engineering Drawing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

make
./main

Install Libraries

For Qt GUI

sudo apt-get update

sudo apt-get install build-essential

sudo apt-get install qt4-default

*sudo apt install libqt4-designer libqt4-opengl libqt4-svg libqtgui4 libqtwebkit4 (if needed)*

sudo apt-get install libarmadillo-dev

For OpenGL GUI

sudo apt-get update

sudo apt-get install build-essential

sudo apt-get install freeglut3 freeglut3-dev mesa-common-dev

sudo apt-get install libarmadillo-dev

About

A software for Engineering Drawing

License:MIT License


Languages

Language:C++ 98.0%Language:Makefile 2.0%