Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.17 KB

MC-Aero

Aerodynamic characteristics (drag coefficient and lift coefficient) approximation tool for the full range of angle of attack, based on NASA TM-102267.

Installation

Linux

Linux dpkg package is provided for Ubuntu 20.04 LTS / LinuxMint 20.x.

Windows

Windows zip package is provided. It does not require installation.

Building from source

Dependencies

MC-Aero requires Qt and Qt Widgets for Technical Applications.

Linux

On Ubuntu based Linux distributions those dependencies can be installed with the following command:

apt install libqt5svg5-dev libqwt-qt5-dev qtbase5-dev

Windows

On Windows those dependencies have to be installed manually.

Building using qmake

MC-Aero can be built with qmake tool. Run qmake on mc-aero.pro file and then use appropriate building system. You can also use Qt Creator.

Screenshot