|
6 | 6 |
|
7 | 7 | <para>
|
8 | 8 | &pgsphere; is not the part of the &postgresql; software. You can download
|
9 |
| - the latest release sources from the |
| 9 | + the latest release from the |
10 | 10 | <ulink url="&pgsphereurl;">&pgsphere; Releases page</ulink>.
|
11 |
| - The sources can also be downloaded by cloning the repository with the |
| 11 | + The source code can also be downloaded by cloning the repository with the |
12 | 12 | appropriate release tag. The master branch is intended for development
|
13 | 13 | use and may contain the code in a transitional state. It is not recommended
|
14 | 14 | for use in production.
|
|
27 | 27 | The installation script uses &pg_config; utility. Make sure that the
|
28 | 28 | environment variable PATH includes path to &pg_config; utility. The path
|
29 | 29 | to &pg_config; can be also specified in make command:
|
30 |
| - make PG_CONFIG=/path/to/pgconfig. |
| 30 | + <programlisting> |
| 31 | +<![CDATA[shell> make PG_CONFIG=/path/to/pgconfig ...]]> |
| 32 | + </programlisting> |
31 | 33 | </para>
|
32 | 34 |
|
33 | 35 | <para>Unpack the downloaded archive and enter the directory:</para>
|
|
37 | 39 | </programlisting>
|
38 | 40 |
|
39 | 41 | <para>
|
40 |
| - Compile the code. By default, &pgsphere; is compiled with the HEALPIX |
| 42 | + Compile the code. By default, &pgsphere; is compiled with the &healpix; |
41 | 43 | support.
|
42 | 44 | </para>
|
43 | 45 | <programlisting>
|
44 | 46 | <![CDATA[shell> make]]>
|
45 | 47 | </programlisting>
|
46 |
| - <para>or compile without HEALPIX support:</para> |
| 48 | + <para>or compile without &healpix; support:</para> |
47 | 49 | <programlisting>
|
48 | 50 | <![CDATA[shell> make USE_HEALPIX=0]]>
|
49 | 51 | </programlisting>
|
50 | 52 |
|
51 | 53 | <para>
|
52 |
| - Run regression tests optionally. If the &pgsphere; was compiled without |
53 |
| - HEALPIX support, USE_HEALPIX=0 should be specified in make command line. |
| 54 | + Run regression tests optionally. If &pgsphere; was compiled without &healpix; |
| 55 | + support, USE_HEALPIX=0 should be specified in make command line. |
54 | 56 | </para>
|
55 | 57 | <programlisting>
|
56 | 58 | <![CDATA[shell> make test]]>
|
|
59 | 61 | <para>
|
60 | 62 | Install &pgsphere; files to the installation directories. The installation
|
61 | 63 | directories are defined by &pg_config; utility. Superuser (root) access
|
62 |
| - rights may be required. |
| 64 | + rights may be required. If &pgsphere; was compiled without &healpix; support, |
| 65 | + USE_HEALPIX=0 should be added after make. |
63 | 66 | </para>
|
64 | 67 | <programlisting>
|
65 | 68 | <![CDATA[shell> make install]]>
|
|
89 | 92 | </ulink>.
|
90 | 93 | </para>
|
91 | 94 |
|
92 |
| - <para>To get the version of installed pgSphere software:</para> |
| 95 | + <para>To get the version of installed &pgsphere; software:</para> |
93 | 96 | <programlisting>
|
94 | 97 | <![CDATA[pgsql> SELECT pg_sphere_version();]]>
|
95 | 98 | </programlisting>
|
|
0 commit comments