# require slang-1.4.2jp0-i686-plamo wget http://www.emaillab.org/mutt/1.2/mutt-1.2.5.1.tar.gz wget http://www.emaillab.org/mutt/1.2/mutt-1.2.5.1i-jp0.diff.gz wget http://ha4.seikyou.ne.jp/home/Kohtaro.Hitomi/mutt/manual_ja-1.2i-2.tar.gz tar xvfz mutt-1.2.5.1.tar.gz zcat mutt-1.2.5.1i-jp0.diff.gz | patch -p0 cd mutt-1.2.5.1 ./configure --with-slang=/opt/slang --enable-locales-fix --prefix=/opt/mutt --enable-pop --enable-imap --without-wc-funcs make make install mkdir /opt/doc/mutt-1.2.5.1i-jp0/ cp ABOUT-NLS Muttrc OPS.MIX README.UPGRADE \ COPYRIGHT Muttrc.head OPS.PGP TODO \ ChangeLog Muttrc.head.in README VERSION \ GPL NEWS README.SECURITY config.status \ INSTALL OPS README.SSL \ /opt/doc/mutt-1.2.5.1i-jp0/ tar xvfz ../manual_ja-1.2i-2.tar.gz manual_ja.html -C /opt/doc/mutt-1.2.5.1i-jp0/ cp -a contrib/ /opt/doc/mutt-1.2.5.1i-jp0/ rm /opt/doc/mutt-1.2.5.1i-jp0/contrib/Makefile*