qgroundcontrol icon indicating copy to clipboard operation
qgroundcontrol copied to clipboard

No instructions for building for Airmap

Open hamishwillee opened this issue 3 years ago • 2 comments

The build instructions for Linux fail because they assume Airmap SDK is present, but there are no instructions for getting the Airmap dependencies.

  • How do we get and install the airmap dependencies?
  • Is there any cost to using them?
  • What platform can it be used on?

These should be added to https://dev.qgroundcontrol.com/master/en/getting_started/#install-qt step 4 "Install Optional/OS-Specific Functionality"

I'd also argue that the define should be reversed - if Airmap is the exception then you should enable it using the define, not disable it.

hamishwillee avatar Apr 21 '22 05:04 hamishwillee

@hamishwillee , do we have any updates regarding this ? I created a file user_config.pri in project root directory and added this line - DEFINES += DISABLE_AIRMAP. But I am still seeing the same error. I am not sure if I am missing anything else !

ckpradip avatar May 16 '22 01:05 ckpradip

echo "CONFIG = WarningsAsErrors" >> /home/xxx/qgroundcontrol/user_config.pri echo "DEFINES = DISABLE_AIRMAP" >> /home/xxx/qgroundcontrol/user_config.pri

Kim-zhi-jiang avatar Jun 13 '22 02:06 Kim-zhi-jiang