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