=================================================================== RCS file: /home/cvs/OpenXM/src/asir-mode/install.txt,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- OpenXM/src/asir-mode/install.txt 2019/09/30 03:06:09 1.1 +++ OpenXM/src/asir-mode/install.txt 2019/09/30 07:09:37 1.4 @@ -6,11 +6,15 @@ emacs/asir for MacOS X. 2. Start the terminal and type in the following commands. cd ~/Desktop/OpenXM/rc - make install-emacs-asir + make install-emacs-asir-on-mac 3. Login again and start emacs. Open a file with .rr extension, e.g., emacs test.rr & Your emacs will have a menu "asir". +Note: +If you do not want to load names.rr (the standard library) automatically, +do as follows after 2 + make norc-fix --------- 0. GUI版の emacs を持っていない場合は homebrew などで install する @@ -19,13 +23,24 @@ emacs/asir for MacOS X. 2. ターミナルを開き次のコマンドを入力. cd ~/Desktop/OpenXM/rc - make install-emacs-asir + make install-emacs-asir-on-mac 3. 再度 login して, emacs で .rr を拡張子に持つファイルを開くと emacs のメニューに "asir" メニューが出ているはずです. - +Note: +asir に names.rr (標準ライブラリ) を自動ロードしない場合は, +2. の最後に + make norc-fix + -------- trouble shoot. -$OpenXM$ +------- Note for develppers. +cd OpenXM/src +make configure-static; make install cf. src/cfep +pushd ../rc ; make ; source ./dot.bashrc ; popd +cd asir-mode +make build-for-mac + +$OpenXM: OpenXM/src/asir-mode/install.txt,v 1.3 2019/09/30 06:11:05 takayama Exp $