Browse Source

Merge pull request #1470 from DonLakeFlyer/README

Missing -r on qmake command line
QGC4.4
Lorenz Meier 10 years ago
parent
commit
81e22ad496
  1. 2
      README.md

2
README.md

@ -86,7 +86,7 @@ If you get this error when running qgroundcontrol: /usr/lib/x86_64-linux-gnu/lib @@ -86,7 +86,7 @@ If you get this error when running qgroundcontrol: /usr/lib/x86_64-linux-gnu/lib
#### Build QGroundControl
1. Change directory to you `qgroundcontrol` source directory.
2. Run `qmake`
2. Run `qmake -r qgroundcontrol.pro`
3. Run `make`
### Build on Windows

Loading…
Cancel
Save