JetStream96 / QSimPlanner

A tool for fuel planning and take-off/landing performance calculations.
Other
61 stars 24 forks source link

Featur request: Build instructions #8

Closed merspieler closed 6 years ago

merspieler commented 6 years ago

Add instructions on how to build the program (if possible add a Makefile and make it independent from a windows platform).

JetStream96 commented 6 years ago

I added the instructions. Now there is a link in 'Building' section in readme.

I currently have no plan for cross-platform compatibility. Unfortunately, the UI of this project is based on WinForm, which can only be used on Windows. Also, this entire application needs to be ported from .NET framework to .NET core if we want it to be cross-platform. This is a huge amount of work I think.

merspieler commented 6 years ago

rewrite it in a propper, independent language, eg. C++ :P

JetStream96 commented 6 years ago

Not me. Not me >.<