diff --git a/configure.ac b/configure.ac index c1ccb388..39e714b7 100644 --- a/configure.ac +++ b/configure.ac @@ -30,16 +30,12 @@ AM_CONDITIONAL(WITH_WINAPI, test x$using_winapi != xno) # Check for OSX AC_MSG_CHECKING([for Mac]) -AS_IF([test "x$build_vendor" = xapple], [ +AS_IF([test "x$host_vendor" = xapple], [ AC_MSG_RESULT([yes]) - AS_IF([test "x$build_cpu" = xaarch64], [ - AC_MSG_NOTICE([It seems we are using Apple silicon Mac.]) - AC_MSG_NOTICE([Please make sure openal-soft and mesa are installed with Homebrew.]) - AC_MSG_NOTICE([The framework shipped with Mac will not be used.]) - CPPFLAGS="$CPPFLAGS -I/opt/homebrew/include -I/opt/homebrew/opt/openal-soft/include" - LDFLAGS="$LDFLAGS -L/opt/homebrew/lib -L/opt/homebrew/opt/openal-soft/lib" + AS_IF([test "x$host_cpu" = xaarch64], [ + AC_MSG_ERROR([Apple silicon Mac is not supported.]) ], [ - AC_MSG_NOTICE([It seems we are using Intel Mac.]) + AC_MSG_WARN([Will not run on Big Sur or newer versions of macOS.]) AC_MSG_NOTICE([Please make sure openal-soft and mesa are installed with Homebrew.]) AC_MSG_NOTICE([The framework shipped with Mac will not be used.]) CPPFLAGS="$CPPFLAGS -I/usr/local/opt/openal-soft/include" diff --git a/doc/readme.md b/doc/readme.md index 4e73a9d4..e6556665 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -22,7 +22,7 @@ Copyright (c) 2008-2013, 2019-2021 MihailJP -------- - Windows版はWindows 7/10、Direct X 9 (June 2010) 以降 - Linux版はX11(xlib)、OpenGL(GLX)、OpenAL、libpng、libluaが必要 - - MacのXQuartzでも一応動作可 +- macOS Big Sur以降のMacでは動作しません - XML形式の牌譜を閲覧する場合は別途フォントのインストールが必要 @@ -99,10 +99,6 @@ MihailJPの開発環境 - OS:OpenSUSE Leap x86_64 on VMware Player - 割り当てメモリ:4GB - テキストエディタ:Kate -- Mac OS X環境 - - 機種:MacBook Air 11-inch, Early 2014 - - OS:macOS 10.14 (Mojave) - - テキストエディタ:Atom ビルドに別途必要なもの @@ -131,7 +127,7 @@ Mac版の制限 ----------- - X11に依存します。 - Linux版と同じ制限があります。 -- Big Sur 以降での動作は未確認です。 +- Big Sur 以降では動作しません。 ライセンスについて diff --git a/readme.md b/readme.md index 2aef8523..25df01a7 100644 --- a/readme.md +++ b/readme.md @@ -15,12 +15,15 @@ Copyright (c) 2008-2013, 2019-2021 MihailJP  なお、麻雀の具体的な遊び方については別途麻雀入門書などをご覧ください。 + Ver2.1.0以降、中国麻雀版 MiHaJong も同梱されています。 + 動作環境 -------- - Windows版はWindows 7/10、Direct X 9 (June 2010) 以降 - Linux版はX11(xlib)、OpenGL(GLX)、OpenAL、libpng、libluaが必要 - - MacのXQuartzでも一応動作可 +- macOS Big Sur以降のMacでは動作しません +- XML形式の牌譜を閲覧する場合は別途フォントのインストールが必要 インストールのしかた @@ -97,10 +100,6 @@ MihailJPの開発環境 - OS:OpenSUSE Leap x86_64 on VMware Player - 割り当てメモリ:4GB - テキストエディタ:Kate -- Mac OS X環境 - - 機種:MacBook Air 11-inch, Early 2014 - - OS:macOS 10.14 (Mojave) - - テキストエディタ:Atom ビルドに別途必要なもの ---------------------- @@ -128,7 +127,7 @@ Mac版の制限 ----------- - X11に依存します。 - Linux版と同じ制限があります。 -- Big Sur 以降での動作は未確認です。 +- Big Sur 以降では動作しません。 ライセンスについて