version 1.6, 2019/11/05 23:00:39 |
version 1.7, 2019/11/16 10:57:21 |
Line 3 emacs/asir for MacOS X. |
|
Line 3 emacs/asir for MacOS X. |
|
-1. Install xcode and xcode command line developper tools. |
-1. Install xcode and xcode command line developper tools. |
Once you have installed, run |
Once you have installed, run |
xcode-select --install |
xcode-select --install |
xcode-build -license |
xcodebuild -license |
Install XQuartz (X11 system for Mac). |
Install XQuartz (X11 system for Mac). |
0. If you do not have emacs with GUI, install emacs, e.g., by homebrew. |
0. If you do not have emacs with GUI, install emacs, e.g., by homebrew. |
(preinstalled emacs is too old.) |
(preinstalled emacs is too old.) |
Line 25 do as follows after 2 |
|
Line 25 do as follows after 2 |
|
-1. xcode と xcode commandline developper tools (App store から入手可能) を install. |
-1. xcode と xcode commandline developper tools (App store から入手可能) を install. |
xdode をインストールしたら下記のライセンスへの同意等をする. |
xdode をインストールしたら下記のライセンスへの同意等をする. |
xcode-select --install |
xcode-select --install |
xcode-build -license |
xcodebuild -license |
XQuartz (X11 system for Mac) をインストール. |
XQuartz (X11 system for Mac) をインストール. |
0. GUI版の emacs を持っていない場合は homebrew などで install する |
0. GUI版の emacs を持っていない場合は homebrew などで install する |
( [emacs mac] 検索 ) |
( [emacs mac] 検索 ) |
Line 53 pushd ../rc ; make ; source ./dot.bashrc ; popd |
|
Line 53 pushd ../rc ; make ; source ./dot.bashrc ; popd |
|
cd asir-mode |
cd asir-mode |
make build-for-mac |
make build-for-mac |
|
|
$OpenXM: OpenXM/src/asir-mode/install.txt,v 1.5 2019/10/25 06:24:55 takayama Exp $ |
$OpenXM: OpenXM/src/asir-mode/install.txt,v 1.6 2019/11/05 23:00:39 takayama Exp $ |