mavlink/MAVSDK

Install on ubuntu requires sudo after #130

hamishwillee opened this issue · 1 comments

Installation with make default install fails after #130 . It succeeds with sudo but using sudo is not generally not recommended:

sudo make default install

Questions:

  1. Is this how installation should work?
  2. Should make clean be required before doing this? (I assume not)

This has been (effectively) answered. Sudo is required, but ONLY for the install step. Not for the others. This has been documented in mavlink/MAVSDK-docs#62