=================================================================== RCS file: /home/cvs/OpenXM/src/asir-mode/install.txt,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- OpenXM/src/asir-mode/install.txt 2019/09/30 06:11:05 1.3 +++ OpenXM/src/asir-mode/install.txt 2019/10/25 06:24:55 1.5 @@ -1,12 +1,14 @@ emacs/asir for MacOS X. +-1. Install developper tools from xcode in the App sotre. + Install XQuartz (X11 system for Mac). 0. If you do not have emacs with GUI, install emacs, e.g., by homebrew. (preinstalled emacs is too old.) 1. Download the diskimage emacs-asir-on-mac.dmg and copy the folder OpenXM to the Desktop. 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". @@ -17,13 +19,15 @@ do as follows after 2 make norc-fix --------- +-1. xcode (App store から入手可能) の中の developper tools を使うので xcode を install. + XQuartz (X11 system for Mac) をインストール. 0. GUI版の emacs を持っていない場合は homebrew などで install する ( [emacs mac] 検索 ) 1. emacs-asir-on-mac.dmg をダウンロードして, OpenXM フォルダを Desktop へコピー. 2. ターミナルを開き次のコマンドを入力. cd ~/Desktop/OpenXM/rc - make install-emacs-asir + make install-emacs-asir-on-mac 3. 再度 login して, emacs で .rr を拡張子に持つファイルを開くと emacs のメニューに "asir" メニューが出ているはずです. @@ -43,4 +47,4 @@ pushd ../rc ; make ; source ./dot.bashrc ; popd cd asir-mode make build-for-mac -$OpenXM: OpenXM/src/asir-mode/install.txt,v 1.2 2019/09/30 04:31:27 takayama Exp $ +$OpenXM: OpenXM/src/asir-mode/install.txt,v 1.4 2019/09/30 07:09:37 takayama Exp $