lyx_mirror/development/Win32/aspell
Peter Kümmel 1ac8cc30a3 patch and build system for cvs version of aspell
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14896 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-05 07:30:27 +00:00
..
CMakeLists.txt patch and build system for cvs version of aspell 2006-09-05 07:30:27 +00:00
Readme.txt patch and build system for cvs version of aspell 2006-09-05 07:30:27 +00:00
static_filters.src.cpp patch and build system for cvs version of aspell 2006-09-05 07:30:27 +00:00
win32-aspell.patch patch and build system for cvs version of aspell 2006-09-05 07:30:27 +00:00

Aspell on Windows

You need cmake and cygwin.

- check out the latest CVS version: 
  http://savannah.gnu.org/cvs/?group=aspell

- copy the files from the LyX SVN to the other 
  files in the win32 folder of aspell

- with cygwin patch aspell, call in aspell/:
    patch -p0 -i win32/win32-aspell.patch

- generate missing source files with cygwin:
    ./autogen
  
- 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 
  
  
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