pgLatLon

diff README.mkd @ 27:a7ba8335e541

Updated README to version 0.6
author jbe
date Thu Sep 22 23:32:37 2016 +0200 (2016-09-22)
parents 8a8d6dc44337
children 42d0e73f7d58
line diff
     1.1 --- a/README.mkd	Thu Sep 22 23:31:29 2016 +0200
     1.2 +++ b/README.mkd	Thu Sep 22 23:32:37 2016 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -pgLatLon v0.5 documentation
     1.5 +pgLatLon v0.6 documentation
     1.6  ===========================
     1.7  
     1.8  pgLatLon is a spatial database extension for the PostgreSQL object-relational
     1.9 @@ -39,8 +39,8 @@
    1.10  It is also possible to compile and install the extension without GNU Make as
    1.11  follows:
    1.12  
    1.13 -    cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0005.so latlon-v0005.c
    1.14 -    cp latlon-v0005.so `pg_config --pkglibdir`
    1.15 +    cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0006.so latlon-v0006.c
    1.16 +    cp latlon-v0006.so `pg_config --pkglibdir`
    1.17      cp latlon.control `pg_config --sharedir`/extension/
    1.18      cp latlon--*.sql `pg_config --sharedir`/extension/
    1.19  

Impressum / About Us