/Engineering-Drawing-Software

A software for Engineering Drawing

Primary LanguageC++MIT LicenseMIT

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