OSDN Git Service

Changed the Macintosh portion of the English readme with the instructions for the...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 5 Apr 2020 23:00:09 +0000 (16:00 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 5 Apr 2020 23:00:09 +0000 (16:00 -0700)
readme_eng.txt

index 7d3c4bd..6d87cbb 100644 (file)
@@ -55,10 +55,41 @@ or makefile.dos before MAKE with these.
 
 --- Macintosh
 
-Download the binary archive for Macintosh.
-Unpack it, and click hengband to play.
-
-
+Download the dmg file for Macintosh, double click on it to open the disk
+image, and then drag the hengband application inside it to where you want
+to store it.  Double clicking on the application will run it.  Since the
+application has not been signed, you'll likely have to make an exception
+for it to use the application.  Apple's instructions for how to do that
+are at
+
+    https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac
+
+In short, one way to grant the exception is:
+
+1) Control click (i.e. click while holding the control button down) on the
+   application in the finder.
+2) Select "Open" in the menu that comes up.
+3) That will bring up a confirmation dialog about allowing the application to
+   open on the system.
+4) If your account does not have administrator privileges, there'll be an
+   additional dialog asking you to authenticate as an administrator to apply
+   the exception to the security settings.
+
+For Mac OS X with Xcode installed, the Unix instructions can work to build a
+version usable from a terminal.  If XQuartz, https://www.xquartz.org ,  is
+installed, X11 will be used for display.
+
+For Mac OS X 10.8 or later with Xcode installed, a native version can be
+built by downloading the source archive and running
+
+tar -zxvf hengband-x.x.x.tar.gz
+cd hengband-x.x.x
+./configure --disable-japanese --enable-cocoa
+make install
+
+from a terminal where you substitute x.x.x with the version number you
+downloaded.  That will build hengband.app in the hengband-x.x.x directory;
+you can then move hengband.app to where you want it to be.
 
 -----  Basic for Playing  ------