pgLatLon

diff README.mkd @ 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 684a78d2f9f0
children e319679cefbd
line diff
     1.1 --- a/README.mkd	Fri Sep 02 14:27:31 2016 +0200
     1.2 +++ b/README.mkd	Fri Sep 02 14:31:58 2016 +0200
     1.3 @@ -39,10 +39,10 @@
     1.4  It is also possible to compile and install the extension without GNU Make as
     1.5  follows:
     1.6  
     1.7 -    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 +    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  
    1.15  ### Loading the extension
    1.16  

Impressum / About Us