Difference between revisions of "Mac OS X"

From uGFX Wiki
Jump to: navigation, search
Line 4: Line 4:
 
# Make sure you got [http://clang.llvm.org/ clang] installed
 
# Make sure you got [http://clang.llvm.org/ clang] installed
 
# Make sure you got [http://xquartz.macosforge.org/landing/ XQuartz] installed
 
# Make sure you got [http://xquartz.macosforge.org/landing/ XQuartz] installed
# Compile using the Makefile thatn can be found in ''/boards/base/OSX/example/''
+
# Compile using the Makefile that can be found in ''/boards/base/OSX/example/''

Revision as of 05:31, 2 October 2014

µGFX can be run natively on a Mac OS X system. This simplifies the process of developing your embedded GUI application a lot.
The following steps are required to run µGFX on Mac OS X system:

  1. Make sure you got clang installed
  2. Make sure you got XQuartz installed
  3. Compile using the Makefile that can be found in /boards/base/OSX/example/