Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 276 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 276 Bytes

PhyxCalc

Physical Expression Calculator

Compiling

prerequisites:

  • libqt5svg5-dev
  • libboost1.71-dev
  • libqwt-qt5-dev

sudo ln -s /usr/lib/libqwt-qt5.so /usr/lib/libqwt.so

qmake PhyxCalc.pro make sudo INSTALL_ROOT=/usr/local/bin make install