chasen インストール

% ./configure % make % make install

2002-04-03 (水) · masutaka

Xawd3d と Xpm のインストール

/usr/X11R6/include/X11/Xaw3dに ./xc/lib/Xawd3d/*.hをコピーして無理やりコンパイルを通した。 Xpmは X11R6をインストールしたらコンパイルすることができた。 ...

2002-03-16 (土) · masutaka

emcws21 インストール

できちゃった…。 % tar xvzf emacs-21.1.tar.gz % zcat emcws-21.1-20020206.gz | patch -p0 % mkdir work ; cd work % ../emacs-21.1/configure --with-wnn --with-wnn-includes=/usr/include/wnn --with-wnn-libraries=/usr/lib --without-xim % make % su # make install

2002-03-03 (日) · masutaka

qiv インストール

CUIだけど、susie32に変わるものをやっと見つけた。 http://www.klografx.net/qiv/ % tar xvzf qiv-1.7.tgz % cd qiv-1.7 % make make install

2002-02-24 (日) · masutaka

nkf インストール

自宅の namazu-rpm を削除して、ソースからコンパイルして入れ直した。 その他のやりかたは、[2002-02-01-1] とそんなに変わらない。 nkf-1.92-6 を削除して、nkf-171 をインストールしたくらい。 ...

2002-02-21 (木) · masutaka

X11R6.6 インストール

% gtar xvzf xorg-[1-4].tar.gz % gtar xvzf Xaw3d-1.5.tar.gz % cd xc/config/cf % mv site.def site.def.bak % cp site.sample site.def |****************************************************************** |*** site.sample Fri Aug 18 04:41:48 2000 |— site.def Wed Feb 20 20:40:22 2002 |*************** |*** 50,67 **** | # endif | # endif | |- /* | #ifndef HasGcc2 | #define HasGcc2 YES | #endif |- / | | #endif / BeforeVendorCF / | | #ifdef AfterVendorCF | | #define ProjectRoot /usr/X11R6.4 | | / Only set HasXdmAuth to YES if you have a Wraphelp.c file. / | / #define HasXdmAuth YES / | |— 50,72 —- | # endif | # endif | | #ifndef HasGcc2 | #define HasGcc2 YES | #endif | |+ #define OSMajorVersion 5 |+ #define OSMinorVersion 6 |+ #define OSTeenyVersion 0 |+ | #endif / BeforeVendorCF / | | #ifdef AfterVendorCF | | #define ProjectRoot /usr/X11R6.4 | |+ #define GetValuesBC YES |+ #define InstallXdmConfig YES |+ | / Only set HasXdmAuth to YES if you have a Wraphelp.c file. / | / #define HasXdmAuth YES / |***************************************************************** $xc/config/imake/Makefile.iniの設定を行う。 CC = gcc を設定する。 $xcで、make Worldを実行する。 % /apps/gnupro/bin/make World CC=gcc |& tee world.log or % /apps/gnupro/bin/make World CC=gcc 2>&1 | tee world.log make 2>&1 | tee Make.log /usrの容量が少ないというのと、リモートでの X11R6のインストールは恐すぎるのでまた挫折。 ...

2002-02-20 (水) · masutaka

namazu で Not a catalog file

やっと原因が分かった。FAQだった。。。 🔗 http://www.namazu.org/FAQ.html.ja#not-a-catalog-file Solarisでmknmzを実行しようとすると、“Not a catalog file"と表示されてしまいます。 ...

2002-02-19 (火) · masutaka

Emacs21 インストール

Emacs21のインストールはこんなに簡単なのか…。 % tar xvzf emacs-21.1.tar.gz % mkdir work ; cd work % ../emacs-21.1/configure –without-xim % make % su make install

2002-02-08 (金) · masutaka

kakasi と namazu のインストール

前やったときは acがないと言われたのになぜかうまくいった。でも、mknmzの動作が怪しい。。。 % gtar xvzf kakasi-2.3.4.tar.gz % cd kakasi-2.3.4 % ./configure % make % make install % cd .. % gtar xvzf namazu-2.0.10.tar.gz % cd namazu-2.0.10/File-MMagic % perl Makefile.PL % make % make install % cd .. % ./configure --with-included-gettext % make % make install 追記(2002-02-19): mknmz の動きが怪しいのは FAQ だった。--with-included-gettext を付けて解決した。 ...

2002-02-01 (金) · masutaka

自宅に ruby をインストール

% ./configure % make make install

2002-01-31 (木) · masutaka