Aspell in 1.3.5svn

From Scribus Wiki
Revision as of 01:39, 21 August 2008 by Gpittman (talk | contribs)
Jump to navigation Jump to search

As of version 1.3.5svn, you can now incorporate Aspell into your build of Scribus.

First, you must have Aspell installed on your system.

Find it here. You will need to build Aspell using

./configure && make

then, as root:

make install

After it's installed, when you run cmake for your Scribus build, you should see Aspell acknowledged as found.

Usage