reference/fann/setup.xml
1a20a2ec93468d5370f4efac09f1808abe70132c
...
...
@@ -36,7 +36,7 @@
36
36
<para>
37
37
Before you start installation make sure that <emphasis>libfann</emphasis> is installed
38
38
on your system. It's part of the main repository in the most Linux distributions
39
-
(search for `fann`). You need a development version.
39
+
(search for <emphasis>fann</emphasis>). You need a development version.
40
40
</para>
41
41
<para>
42
42
If it is not installed, you need to install it first. Either download it from the
...
...
@@ -58,6 +58,10 @@ $ sudo apt-get install libfann-dev
58
58
]]>
59
59
</programlisting>
60
60
</para>
61
+
<para>
62
+
If the library is re-installed manually, then all old library file should be removed
63
+
before re-installing otherwise the old library version could be linked.
64
+
</para>
61
65
</section>
62
66

63
67
<section xml:id="fann.installation.pecl">
...
...
@@ -117,7 +121,7 @@ Installing '/usr/lib/php/extensions/no-debug-non-zts-20060613/fann.so'
117
121
]]>
118
122
</programlisting>
119
123

120
-
Make sure that it is the same as the PHP extension directory by runnning:
124
+
Make sure that it is the same as the PHP extension directory by running:
121
125

122
126
<programlisting>
123
127
<![CDATA[
124
128