We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b979b commit 043cb51Copy full SHA for 043cb51
README_macosx.txt
@@ -2,9 +2,16 @@ Mac OS X-specific notes
2
=======================
3
4
Building Allegro on Mac OS X is the same as on other Unix-like operating systems.
5
-See README_make.txt. You may also use Xcode but that is not covered there.
+See README_make.txt.
6
7
+Building with Xcode
8
+-------------------
9
10
+You may also use Xcode to build Allegro. This works similar to the instructions
11
+in README_make.txt, except add the parameter -GXCode when invoking cmake.
12
+
13
+Instead of creating a makefile this will create an XCode project which you can
14
+double click and open in XCode and then hit the arrow button to compile.
15
16
Using the Clang compiler (OS X 10.6+)
17
-------------------------------------
0 commit comments