Annotation of OpenXM/src/asir-mode/install.txt, Revision 1.2
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:
14:
15: ---------
16: 0. GUI版の emacs を持っていない場合は homebrew などで install する
17: ( [emacs mac] 検索 )
18: 1. emacs-asir-on-mac.dmg をダウンロードして, OpenXM フォルダを Desktop へコピー.
19: 2. ターミナルを開き次のコマンドを入力.
20:
21: cd ~/Desktop/OpenXM/rc
22: make install-emacs-asir
23:
24: 3. 再度 login して, emacs で .rr を拡張子に持つファイルを開くと emacs のメニューに "asir" メニューが出ているはずです.
25:
26:
27: -------- trouble shoot.
28:
29:
30:
1.2 ! takayama 31: ------- Note for develppers.
! 32: cd OpenXM/src
! 33: make configure-static; make install cf. src/cfep
! 34: pushd ../rc ; make ; source ./dot.bashrc ; popd
! 35: cd asir-mode
! 36: make build-for-mac
! 37:
! 38: $OpenXM: OpenXM/src/asir-mode/install.txt,v 1.1 2019/09/30 03:06:09 takayama Exp $
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>