Aspell in 1.3.5svn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
First, you must have Aspell installed on your system. | First, you must have Aspell installed on your system. | ||
Find it [http://aspell.net/ here]. You will need to build Aspell using <pre>./configure && make</pre> | Find it [http://aspell.net/ here]. You will need to build Aspell using | ||
<pre>./configure && make</pre> | |||
then | |||
<pre>make install</pre> as root. | |||
After it's installed, when you run cmake for your Scribus build, you should see Aspell acknowledged as found. | After it's installed, when you run cmake for your Scribus build, you should see Aspell acknowledged as found. | ||
===Usage=== | ===Usage=== |
Revision as of 01:34, 21 August 2008
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
make install
as root.
After it's installed, when you run cmake for your Scribus build, you should see Aspell acknowledged as found.