Browse Source

Update README

Changed OS X build instructions to force qmake to generate a Makefile instead of xcodeproj files.
QGC4.4
pigeonhunter 12 years ago
parent
commit
a545d1db4c
  1. 2
      README

2
README

@ -36,7 +36,7 @@ Build QGroundControl @@ -36,7 +36,7 @@ Build QGroundControl
--------------------
1) From the terminal go to the `groundcontrol` directory
2) Run `qmake`
2) Run `qmake -spec macx-g++`
3) Run `make -j8`

Loading…
Cancel
Save