You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,14 @@ Downloads require an Apple Developer account; they should not require a paid iOS
8
8
9
9
* MacOS version 10.5
10
10
- Xcode version 2.5 with MacOS 10.4 SDK and GCC version 4.0 support added
11
-
- should work on version 10.4 too, but only version 10.5 has been tested
11
+
- should work on OS 10.4 too, but only 10.5 has been tested
12
12
13
13
* MacOS version 10.6
14
-
- will not work on versions >= 10.7, due to PPC / Rosetta dependencies
15
14
- Xcode version 3.2 with MacOS 10.4 SDK, PPC, and GCC version 4.0 support added
15
+
- will not work on OS >= 10.7, due to PPC / Rosetta dependencies
16
+
17
+
It will probably work with GCC 4.2 as well.
18
+
16
19
* The following environment _may_ work; it did for one person (Geoff C.), but another (Don B.) was unable to set it up (note the kludgy instructions!):
17
20
18
21
* MacOS version 10.6; Xcode version 4.2 with MacOS 10.4 SDK, PPC, and GCC version 4.0 support added
@@ -47,7 +50,7 @@ XCode 4.x and above puts debug build products in a directory like:
47
50
48
51
`find ~/* -name Nightingale.app`
49
52
50
-
...or -- probably much faster! -- by command-clicking on "Nightingale" at the bottom in the folder view (leftmost icon(?)) of the project, then using the path to that directory in a "cd" command.)
53
+
...or -- much faster! -- by command-clicking on "Nightingale" at the bottom in the folder view (leftmost icon(?)) of the project, then using the path to that directory in a "cd" command.)
0 commit comments