[BACK]Return to install.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-mode

Diff for /OpenXM/src/asir-mode/install.txt between version 1.2 and 1.4

version 1.2, 2019/09/30 04:31:27 version 1.4, 2019/09/30 07:09:37
Line 6  emacs/asir for MacOS X.
Line 6  emacs/asir for MacOS X.
 2. Start the terminal and type in the following commands.  2. Start the terminal and type in the following commands.
   
    cd ~/Desktop/OpenXM/rc     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 &  3. Login again and start emacs. Open a file with .rr extension, e.g., emacs test.rr &
    Your emacs will have a menu "asir".     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 する  0. GUI版の emacs を持っていない場合は homebrew などで install する
Line 19  emacs/asir for MacOS X.
Line 23  emacs/asir for MacOS X.
 2. ターミナルを開き次のコマンドを入力.  2. ターミナルを開き次のコマンドを入力.
   
    cd ~/Desktop/OpenXM/rc     cd ~/Desktop/OpenXM/rc
    make install-emacs-asir     make install-emacs-asir-on-mac
   
 3. 再度 login して, emacs で  .rr を拡張子に持つファイルを開くと emacs のメニューに "asir" メニューが出ているはずです.  3. 再度 login して, emacs で  .rr を拡張子に持つファイルを開くと emacs のメニューに "asir" メニューが出ているはずです.
   
   Note:
   asir に names.rr (標準ライブラリ) を自動ロードしない場合は,
   2. の最後に
       make norc-fix
   
 -------- trouble shoot.  -------- trouble shoot.
   
   
Line 35  pushd ../rc ; make  ; source ./dot.bashrc ; popd
Line 43  pushd ../rc ; make  ; source ./dot.bashrc ; popd
 cd asir-mode  cd asir-mode
 make build-for-mac  make build-for-mac
   
 $OpenXM: OpenXM/src/asir-mode/install.txt,v 1.1 2019/09/30 03:06:09 takayama Exp $  $OpenXM: OpenXM/src/asir-mode/install.txt,v 1.3 2019/09/30 06:11:05 takayama Exp $

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>