]> git.lyx.org Git - lyx.git/blob - development/Win32/aspell/Readme.txt
Scons: libintl also needs /MD option
[lyx.git] / development / Win32 / aspell / Readme.txt
1 Aspell on Windows
2
3 Use the rel_0_60-branch, HEAD is not stable.
4
5 You need cmake and cygwin (cvs-HEAD:with Unix line endings!!).
6
7 - check out the rel_0_60-branch version of Aspell
8   http://savannah.gnu.org/cvs/?group=aspell
9   cvs -z9 -d:pserver:anonymous@cvs.savannah.gnu.org:\
10   /sources/aspell co -r rel_0_60-branch aspell
11
12 - first build with cygwin to autogenerate 
13   all required  files:
14   ./autogen
15   ./configure
16   ./make
17   
18 - copy the files from the LyX SVN aspell/win32
19
20 - with cygwin patch aspell, call in aspell/:
21     patch -p0 -i win32/win32-aspell-0.60.patch
22   
23 - make a separate build directory and run 
24   on a standard Windows command promp
25     cmake <Aspell source directory>\win32
26   build and install debug AND release libraries 
27
28 - build mingw makefiles files in 
29   - cmd.exe shell:
30     cmake -G"MinGW Makefiles" <Aspell source directory>\win32 
31   - in a MSYS shell
32     cmake -G"MSYS Makefiles"  <Aspell source directory>\win32 
33   
34 - add "" to fix the msvc error in the generated file gen/static_filters.src.cpp
35   
36 The patched Aspell reads the location of the dictonary from 
37 the registry. You can either install the dictionaries using 
38 the official 1.4.2 installer or download them at:
39 http://wiki.lyx.org/Windows/Aspell6
40
41
42
43