pgLatLon

changeset 13:4489b4d7d9c8 v0.3

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 b4ec52e7e888
children 7df8eed7539b
files README.html README.mkd
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>
     2.1 --- a/README.mkd	Fri Sep 02 14:27:31 2016 +0200
     2.2 +++ b/README.mkd	Fri Sep 02 14:31:58 2016 +0200
     2.3 @@ -39,10 +39,10 @@
     2.4  It is also possible to compile and install the extension without GNU Make as
     2.5  follows:
     2.6  
     2.7 -    cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0002.so latlon-v0002.c
     2.8 -    cp latlon-v0002.so `pg_config --pkglibdir`
     2.9 +    cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0003.so latlon-v0003.c
    2.10 +    cp latlon-v0003.so `pg_config --pkglibdir`
    2.11      cp latlon.control `pg_config --sharedir`/extension/
    2.12 -    cp latlon--0.1--0.2.sql latlon--0.2.sql `pg_config --sharedir`/extension/
    2.13 +    cp latlon--*.sql `pg_config --sharedir`/extension/
    2.14  
    2.15  ### Loading the extension
    2.16  

Impressum / About Us