Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
d53fa861
Commit
d53fa861
authored
Aug 28, 2013
by
Lorenz Meier
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #358 from flyingk/kai_edit
Update Readme for MAC Clang compiler
parents
99a8946e
d52ac62a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
+17
-4
README
README
+17
-4
No files found.
README
View file @
d53fa861
...
...
@@ -15,6 +15,19 @@ Documentation
=============
For generating documentation, refer to README in the doc directory.
Notes:
=====
Please make sure to delete your build folder before re-building. Independent of which
build system you use (this is not related to Qt or your OS) the dependency checking and
cleaning is based on the current project revision. So if you change the project and not
doing a clean build before you do, incremental building can leave you with stale
object files.
For the current config branch 'qupgrade' has to be installed (subject to change):
cd qgroundcontrol
git clone https://github.com/LorenzMeier/qupgrade.git
Mac OS X
========
...
...
@@ -33,13 +46,13 @@ Install QT
2) Double click the package installer
Build QGroundControl
--------------------
Build QGroundControl
(use clang compiler - not gcc)
--------------------
-----------------
1) From the terminal go to the `groundcontrol` directory
2) Run `qmake
-spec macx-g++
`
2) Run `qmake
qgroundcontrol.pro -r -spec unsupported/macx-clang CONFIG+=x86_64
`
3) Run `make -j
8
`
3) Run `make -j
4
`
Linux
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment