mavlink / qgc-dev-guide

QGroundControl Developers Guide
https://dev.qgroundcontrol.com/en/
Other
42 stars 51 forks source link

Add Developer Environment/Build instructions to devguide #36

Closed hamishwillee closed 6 years ago

hamishwillee commented 6 years ago

@DonLakeFlyer This is ready for your review. Comments inline. I think it is good :-)

DonLakeFlyer commented 6 years ago

The thing I'm not sure of is what will be left in the README? Anything at all or just a link to the dev guide?

hamishwillee commented 6 years ago

@DonLakeFlyer OK, all the issues fixed. There was one request for clarification - I don't see where you think I have made the test information platform specific.

The thing I'm not sure of is what will be left in the README? Anything at all or just a link to the dev guide?

A lot less. Typically

  1. Brief intro to QGC - for people who find the tool via github
  2. Links to website, userguide, and devguide.
  3. Specific links to main sections relevant to developers - in this case, the new getting started.

I'll submit a PR for your review as soon as you let me know you're happy with this one.

DonLakeFlyer commented 6 years ago

A lot less. Typically

... Perfect

I don't see where you think I have made the test information platform specific.

There was a place (maybe gone now) where it said something like qgroundcontrol.sh --unittest which is a linux specific way to start QGC from command line.