2006-09-05 07:30:27 +00:00
|
|
|
Aspell on Windows
|
|
|
|
|
2006-09-18 18:20:57 +00:00
|
|
|
Use the rel_0_60-branch, HEAD is not stable.
|
|
|
|
|
2006-09-18 18:08:29 +00:00
|
|
|
You need cmake and cygwin (cvs-HEAD:with Unix line endings!!).
|
2006-09-05 07:30:27 +00:00
|
|
|
|
2006-09-18 18:08:29 +00:00
|
|
|
- check out the rel_0_60-branch version of Aspell
|
2006-09-05 07:30:27 +00:00
|
|
|
http://savannah.gnu.org/cvs/?group=aspell
|
2006-09-18 18:08:29 +00:00
|
|
|
cvs -z9 -d:pserver:anonymous@cvs.savannah.gnu.org:\
|
|
|
|
/sources/aspell co -r rel_0_60-branch aspell
|
2006-09-05 07:30:27 +00:00
|
|
|
|
2006-09-07 09:06:07 +00:00
|
|
|
- first build with cygwin to autogenerate
|
|
|
|
all required files:
|
|
|
|
./autogen
|
|
|
|
./configure
|
|
|
|
./make
|
|
|
|
|
|
|
|
- copy the files from the LyX SVN aspell/win32
|
2006-09-05 07:30:27 +00:00
|
|
|
|
|
|
|
- with cygwin patch aspell, call in aspell/:
|
2006-09-18 18:10:13 +00:00
|
|
|
patch -p0 -i win32/win32-aspell-0.60.patch
|
2006-09-05 07:30:27 +00:00
|
|
|
|
|
|
|
- make a separate build directory and run
|
|
|
|
on a standard Windows command promp
|
|
|
|
cmake <Aspell source directory>\win32
|
|
|
|
build and install debug AND release libraries
|
|
|
|
|
|
|
|
- build mingw makefiles files in
|
|
|
|
- cmd.exe shell:
|
|
|
|
cmake -G"MinGW Makefiles" <Aspell source directory>\win32
|
|
|
|
- in a MSYS shell
|
|
|
|
cmake -G"MSYS Makefiles" <Aspell source directory>\win32
|
|
|
|
|
2006-09-18 18:20:57 +00:00
|
|
|
- add "" to fix the msvc error in the generated file gen/static_filters.src.cpp
|
2006-09-05 07:30:27 +00:00
|
|
|
|
|
|
|
The patched Aspell reads the location of the dictonary from
|
|
|
|
the registry. You can either install the dictionaries using
|
|
|
|
the official 1.4.2 installer or download them at:
|
|
|
|
http://wiki.lyx.org/Windows/Aspell6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|