ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.75k stars 2.38k forks source link

Mono dependencies #1546

Open AndKe opened 7 years ago

AndKe commented 7 years ago

README.md contains two packets that do not longer exist in newer distributions: libmono-corlib2.0-cil (old) libmono-corlib4.5-cil may be doing that (it's installed by default with mono, I think)?

not sure what to do about the "winforms" , libmono-winforms2.0-cil does not exist

gediminasgu commented 7 years ago

For me worked following guide: https://www.rcgroups.com/forums/showthread.php?2179591-Installing-MissionPlanner-1-3-X-on-Ubuntu-17-04 I followed that guide to run MissionPlanner 1.3.49 on Ubuntu 16.04 LTS, no additional dependencies were required. Just: sudo apt-get install mono-complete festival And then: mono MissionPlanner.exe