[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Aspell-user] Detecting Aspell and dictionary
From: |
Bill Moseley |
Subject: |
[Aspell-user] Detecting Aspell and dictionary |
Date: |
Sun, 6 May 2007 10:12:46 -0700 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
I'm wondering about the best way to detect if libaspell is installed
and that a specific dictionary is available.
I author the Perl module Text::Aspell that links with libaspell. To
install the module the user needs libaspell, of course, but also I
require that a specific dictionary is installed so that the test
scripts can do actual word lookups. But, it would be nice to catch
the lack of dictionary before getting to the test scripts (i.e. when
running Makefile.PL).
aspell dicts will list dictionaries, but I assume libaspell could be
installed and not the aspell binary.
Any suggestions?
--
Bill Moseley
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Aspell-user] Detecting Aspell and dictionary,
Bill Moseley <=