Install on ubuntu requires sudo after #130
hamishwillee opened this issue · 1 comments
hamishwillee commented
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:
- Is this how installation should work?
- Should
make clean
be required before doing this? (I assume not)
hamishwillee commented
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