pgLatLon
diff README.html @ 13:4489b4d7d9c8
Updated manual installation instructions in README files to match version 0.3
| author | jbe |
|---|---|
| date | Fri Sep 02 14:31:58 2016 +0200 (2016-09-02) |
| parents | 7c1c76e7d341 |
| children | e319679cefbd |
line diff
1.1 --- a/README.html Fri Sep 02 14:27:31 2016 +0200 1.2 +++ b/README.html Fri Sep 02 14:31:58 2016 +0200 1.3 @@ -40,10 +40,10 @@ 1.4 <p>It is also possible to compile and install the extension without GNU Make as 1.5 follows:</p> 1.6 1.7 -<pre><code>cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0002.so latlon-v0002.c 1.8 -cp latlon-v0002.so `pg_config --pkglibdir` 1.9 +<pre><code>cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0003.so latlon-v0003.c 1.10 +cp latlon-v0003.so `pg_config --pkglibdir` 1.11 cp latlon.control `pg_config --sharedir`/extension/ 1.12 -cp latlon--0.1--0.2.sql latlon--0.2.sql `pg_config --sharedir`/extension/ 1.13 +cp latlon--*.sql `pg_config --sharedir`/extension/ 1.14 </code></pre> 1.15 1.16 <h3>Loading the extension</h3>