自宅に migemo をインストール

cp bsearch.rb romkan.rb /usr/local/lib/ruby/site_ruby % ./configure –with-emacs=/usr/local/bin/emacs % make make install

2002-01-31 (木) · masutaka

自宅に tamagoV4 をインストール

% mkdir ../tmp % cd ../tmp % ln -s ../emacs/tamago-00423a-current.diff.gz % cd ../emacs/tamago-4.0.6 % zcat ../../tmp/tamago-00423a-current.diff.gz | patch -p1 // patchのエラーは無視。。。 % make make install

2002-01-31 (木) · masutaka

Emacs のコンパイル、インストール

URL: http://emacs-20.ki.nu/ Emacs20 のソース ftp://ftp.iij.ad.jp/pub/GNU/emacs/emacs-20.7.tar.gz ftp://ftp.iij.ad.jp/pub/GNU/emacs/leim-20.7.tar.gz ftp://ftp.ki.nu/pub/emcws/emcws-20.7-20011002.gz Emacs21 のソース ftp://ftp.iij.ad.jp/pub/GNU/emacs/emacs-21.1.tar.gz ftp://ftp.iij.ad.jp/pub/GNU/emacs/leim-21.1.tar.gz ftp://ftp.ki.nu/pub/emcws/emcws-21.1-20011024.gz apel, flim, semi のソース ftp://ftp.m17n.org/pub/mule/apel/apel-10.3.tar.gz ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/flim-1.14.3.tar.gz ftp://ftp.m17n.org/pub/mule/semi/semi-1.14-for-flim-1.14/flim-1.14.3.tar.gz コンパイル&インストール |% setenv SITELISP /usr/local/share/emacs/site-lisp |% setenv EMACS emcws |% gtar xvzf emacs-20.7.tar.gz |% zcat emcws-20.7-20011002.gz | /usr/local/bin/patch -s -p0 |% mkdir work ; cd work |% ../emacs-20.7/configure |–with-wnn6 |–with-wnn-includes=/usr/lib/locale/ja/wnn/demo/include/wnn |–with-wnn-libraries=/usr/lib/locale/ja/wnn/demo/lib |–x-includes=/usr/openwin/include |–x-libraries=/usr/openwin/lib |% make |% make install ...

2001-12-30 (日) · masutaka