純正Perlで暮らすには
finkを使う以上無理なことなのか?
| 日 | 月 | 火 | 水 | 木 | 金 | 土 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
« 2007年7月 | トップページ | 2007年9月 »
finkを使う以上無理なことなのか?
cd darts-0.2/
make
sudo make install
cd ../chasen-2.3.3
./configure --with-libiconv=/sw
make
sudo make install
cd ../ipadic-2.7.0
./configure --with-chasen-config=/usr/local/bin/chasen-config
make
sudo make install
cd ../chasen-2.3.3/perl
vi Makefile.PL
cd /usr/bin
sudo mv perl perl.orig
sudo ln -s /sw/bin/perl5.8.6 perl
perl Makefile.PL
make
sudo make install
/sw/bin/perl5.8.6 Makefile.PL
最近のコメント