howm install

MinGWを使ってhowmをインストールしたときのメモ

$ curl -O http://howm.sourceforge.jp/a/howm-1.4.0.tar.gz
$ tar xvf howm-1.4.0.tar.gz
$ cd howm-1.4.0
$ export EMACS="C:\apl\emacs\24.1-20120716\bin\emacs.exe"
$ ./configure --with-emacs --with-lispdir=$HOME/.emacs.d/elisp --with-docdir=$HOME/.emacs.d/share/howm --with-extdir=$HOME/.emacs.d/bin
$ make EMACS="C:\apl\emacs\24.1-20120716\bin\emacs.exe"
$ make install


Macの時

$ make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs