Skip to content

Commit

Permalink
Macで動かすのを諦める
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed Aug 4, 2022
1 parent 8f16c8f commit 7df0c20
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
12 changes: 4 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 2 additions & 6 deletions doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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形式の牌譜を閲覧する場合は別途フォントのインストールが必要


Expand Down Expand Up @@ -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


ビルドに別途必要なもの
Expand Down Expand Up @@ -131,7 +127,7 @@ Mac版の制限
-----------
- X11に依存します。
- Linux版と同じ制限があります。
- Big Sur 以降での動作は未確認です
- Big Sur 以降では動作しません


ライセンスについて
Expand Down
11 changes: 5 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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形式の牌譜を閲覧する場合は別途フォントのインストールが必要


インストールのしかた
Expand Down Expand Up @@ -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

ビルドに別途必要なもの
----------------------
Expand Down Expand Up @@ -128,7 +127,7 @@ Mac版の制限
-----------
- X11に依存します。
- Linux版と同じ制限があります。
- Big Sur 以降での動作は未確認です
- Big Sur 以降では動作しません


ライセンスについて
Expand Down

0 comments on commit 7df0c20

Please sign in to comment.