Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.23 KB

Installation

Windows

Linux Distro

  1. Install qt5:
  • $ sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
  1. Install Dependencies:
  • $ sudo apt install build-essential libgit2-dev libpugixml-dev
  • $ sudo apt install libqt5networkauth5 libqt5networkauth5-dev
  • $ sudo apt install qtmultimedia5-dev
  • $ sudo apt install libqt5svg5 libqt5svg5-dev
  1. Go to folder "FrameWorkCode", compile qpadfinal.pro and make:
  • $ cd FrameWorkCode
  • $ qmake qpadfinal.pro
  • $ make
  • Ignore the warnings(if any). Will be removed in the next version.

Execute file qpadfinal in folder "FrameWorkCode"

  • $ ./qpadfinal