Imported Upstream version 0.60.7
[platform/upstream/aspell.git] / manual / aspell.html / Generic-Install-Instructions.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <!-- This is the user's manual for Aspell
4
5 GNU Aspell is a spell checker designed to eventually replace Ispell.
6 It can either be used as a library or as an independent spell checker.
7
8 Copyright © 2000-2019 Kevin Atkinson.
9
10 Permission is granted to copy, distribute and/or modify this document
11 under the terms of the GNU Free Documentation License, Version 1.1 or
12 any later version published by the Free Software Foundation; with no
13 Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.  A
14 copy of the license is included in the section entitled "GNU Free
15 Documentation License". -->
16 <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
17 <head>
18 <title>GNU Aspell 0.60.7: Generic Install Instructions</title>
19
20 <meta name="description" content="Aspell 0.60.7 spell checker user&rsquo;s manual.">
21 <meta name="keywords" content="GNU Aspell 0.60.7: Generic Install Instructions">
22 <meta name="resource-type" content="document">
23 <meta name="distribution" content="global">
24 <meta name="Generator" content="makeinfo">
25 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
26 <link href="index.html#Top" rel="start" title="Top">
27 <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
28 <link href="Installing.html#Installing" rel="up" title="Installing">
29 <link href="HTML-Manuals-and-_0022make-clean_0022.html#HTML-Manuals-and-_0022make-clean_0022" rel="next" title="HTML Manuals and &quot;make clean&quot;">
30 <link href="Installing.html#Installing" rel="prev" title="Installing">
31 <style type="text/css">
32 <!--
33 a.summary-letter {text-decoration: none}
34 blockquote.smallquotation {font-size: smaller}
35 div.display {margin-left: 3.2em}
36 div.example {margin-left: 3.2em}
37 div.indentedblock {margin-left: 3.2em}
38 div.lisp {margin-left: 3.2em}
39 div.smalldisplay {margin-left: 3.2em}
40 div.smallexample {margin-left: 3.2em}
41 div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
42 div.smalllisp {margin-left: 3.2em}
43 kbd {font-style:oblique}
44 pre.display {font-family: inherit}
45 pre.format {font-family: inherit}
46 pre.menu-comment {font-family: serif}
47 pre.menu-preformatted {font-family: serif}
48 pre.smalldisplay {font-family: inherit; font-size: smaller}
49 pre.smallexample {font-size: smaller}
50 pre.smallformat {font-family: inherit; font-size: smaller}
51 pre.smalllisp {font-size: smaller}
52 span.nocodebreak {white-space:nowrap}
53 span.nolinebreak {white-space:nowrap}
54 span.roman {font-family:serif; font-weight:normal}
55 span.sansserif {font-family:sans-serif; font-weight:normal}
56 ul.no-bullet {list-style: none}
57 -->
58 </style>
59
60
61 </head>
62
63 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
64 <a name="Generic-Install-Instructions"></a>
65 <div class="header">
66 <p>
67 Next: <a href="HTML-Manuals-and-_0022make-clean_0022.html#HTML-Manuals-and-_0022make-clean_0022" accesskey="n" rel="next">HTML Manuals and &quot;make clean&quot;</a>, Up: <a href="Installing.html#Installing" accesskey="u" rel="up">Installing</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
68 </div>
69 <hr>
70 <a name="Generic-Install-Instructions-1"></a>
71 <h3 class="appendixsec">E.1 Generic Install Instructions</h3>
72
73 <div class="example">
74 <pre class="example">./configure &amp;&amp; make
75 </pre></div>
76
77 <p>For additional <code>configure</code> options type &lsquo;<samp>./configure
78 --help</samp>&rsquo;.  You can control what C++ compiler is used by setting the
79 environment variable <code>CXX</code> before running configure and you can
80 control what flags are passed to the C++ compile via the environment
81 variable <code>CXXFLAGS</code>.  Static libraries are disabled by default
82 since static libraries will not work right due to the mixing of C and
83 C++.  When a C program links with the static libraries in Aspell it is
84 likely to crash because Aspell&rsquo;s C++ objects are not getting
85 initialized correctly.  However, if for some reason you want them, you
86 can enable them via <samp>--enable-static</samp>.
87 </p>
88 <p>Aspell should then compile without any additional user intervention.
89 If you run into problems please first check the sections below as that
90 might solve your problem.
91 </p>
92 <p>To install the program simply type
93 </p>
94 <div class="example">
95 <pre class="example">make install
96 </pre></div>
97
98 <p>After Aspell is installed at least one dictionary needs to be
99 installed.  You can find them at <a href="http://aspell.net/">http://aspell.net/</a>.  The
100 <code>aspell</code> program must be in your path in order for the
101 dictionaries to install correctly.
102 </p>
103 <p>If you do not have Ispell or the traditional Unix <code>spell</code> utility
104 installed on your system then you should also copy the compatibility
105 scripts <code>ispell</code> and <code>spell</code> located in the <samp>scripts/</samp>
106 directory into your binary directory which is usually
107 <samp>/usr/local/bin</samp> so that programs that expect the
108 <code>ispell</code> or <code>spell</code> command will work correctly.
109 </p>
110
111
112
113 </body>
114 </html>