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

Annotation of OpenXM/src/asir-mode/install.txt, Revision 1.5

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

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