前の日 / 次の日 / 最新 / 2007-09

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

2007-09-06 Thu

ActiveParl に Text::Aspell を入れる

ActiveState のリポジトリに Text::Aspel がない。

Text::Aspell を使うには GNU Aspellが必要。

http://aspell.net/win32/ から "Full installer" をダウンロードしてきてインストール。
Aspell/bin にパスを通す。

Text::Aspell をインストール。
コマンドプロンプト上で

ppm install http://theoryx5.uwinnipeg.ca/ppms/Text-Aspell.ppd

を入力
これで、Text::Aspell が使える。

自分でコンパイルすると苦労する。