Annotation of OpenXM/src/asir-mode/install.txt, Revision 1.6
1.1 takayama 1: emacs/asir for MacOS X.
2:
1.6 ! takayama 3: -1. Install xcode and xcode command line developper tools.
! 4: Once you have installed, run
! 5: xcode-select --install
! 6: xcode-build -license
1.5 takayama 7: Install XQuartz (X11 system for Mac).
1.1 takayama 8: 0. If you do not have emacs with GUI, install emacs, e.g., by homebrew.
9: (preinstalled emacs is too old.)
10: 1. Download the diskimage emacs-asir-on-mac.dmg and copy the folder OpenXM to the Desktop.
11: 2. Start the terminal and type in the following commands.
12:
13: cd ~/Desktop/OpenXM/rc
1.4 takayama 14: make install-emacs-asir-on-mac
1.1 takayama 15:
16: 3. Login again and start emacs. Open a file with .rr extension, e.g., emacs test.rr &
17: Your emacs will have a menu "asir".
18:
1.3 takayama 19: Note:
20: If you do not want to load names.rr (the standard library) automatically,
21: do as follows after 2
22: make norc-fix
1.1 takayama 23:
24: ---------
1.6 ! takayama 25: -1. xcode と xcode commandline developper tools (App store から入手可能) を install.
! 26: xdode をインストールしたら下記のライセンスへの同意等をする.
! 27: xcode-select --install
! 28: xcode-build -license
1.5 takayama 29: XQuartz (X11 system for Mac) をインストール.
1.1 takayama 30: 0. GUI版の emacs を持っていない場合は homebrew などで install する
31: ( [emacs mac] 検索 )
32: 1. emacs-asir-on-mac.dmg をダウンロードして, OpenXM フォルダを Desktop へコピー.
33: 2. ターミナルを開き次のコマンドを入力.
34:
35: cd ~/Desktop/OpenXM/rc
1.4 takayama 36: make install-emacs-asir-on-mac
1.1 takayama 37:
38: 3. 再度 login して, emacs で .rr を拡張子に持つファイルを開くと emacs のメニューに "asir" メニューが出ているはずです.
39:
1.3 takayama 40: Note:
41: asir に names.rr (標準ライブラリ) を自動ロードしない場合は,
42: 2. の最後に
43: make norc-fix
44:
1.1 takayama 45: -------- trouble shoot.
46:
47:
48:
1.2 takayama 49: ------- Note for develppers.
50: cd OpenXM/src
51: make configure-static; make install cf. src/cfep
52: pushd ../rc ; make ; source ./dot.bashrc ; popd
53: cd asir-mode
54: make build-for-mac
55:
1.6 ! takayama 56: $OpenXM: OpenXM/src/asir-mode/install.txt,v 1.5 2019/10/25 06:24:55 takayama Exp $
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>