Skip to content

Commit 043cb51

Browse files
elias-pschernigSiegeLord
authored andcommitted
better explain xcode in the osx readme
1 parent f9b979b commit 043cb51

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README_macosx.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@ Mac OS X-specific notes
22
=======================
33

44
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.
5+
See README_make.txt.
66

7+
Building with Xcode
8+
-------------------
79

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.
815

916
Using the Clang compiler (OS X 10.6+)
1017
-------------------------------------

0 commit comments

Comments
 (0)