mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
1b2f441860
- CMakelists.txt: add shared lib option (mingw only) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14922 a592a061-630c-0410-9148-cb99ea01b6c8
39 lines
988 B
Plaintext
39 lines
988 B
Plaintext
Aspell on Windows
|
|
|
|
You need cmake and cygwin (with Unix line endings!!).
|
|
|
|
- check out the latest CVS version:
|
|
http://savannah.gnu.org/cvs/?group=aspell
|
|
|
|
- first build with cygwin to autogenerate
|
|
all required files:
|
|
./autogen
|
|
./configure
|
|
./make
|
|
|
|
- copy the files from the LyX SVN aspell/win32
|
|
|
|
- with cygwin patch aspell, call in aspell/:
|
|
patch -p0 -i win32/win32-aspell.patch
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|