# HG changeset patch # User jbe # Date 1472819518 -7200 # Node ID 4489b4d7d9c89571ca46b65be5a1cf587d6f4869 # Parent b4ec52e7e888c3172827cdafa4aa182bd3055c51 Updated manual installation instructions in README files to match version 0.3 diff -r b4ec52e7e888 -r 4489b4d7d9c8 README.html --- a/README.html Fri Sep 02 14:27:31 2016 +0200 +++ b/README.html Fri Sep 02 14:31:58 2016 +0200 @@ -40,10 +40,10 @@

It is also possible to compile and install the extension without GNU Make as follows:

-
cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0002.so latlon-v0002.c
-cp latlon-v0002.so `pg_config --pkglibdir`
+
cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0003.so latlon-v0003.c
+cp latlon-v0003.so `pg_config --pkglibdir`
 cp latlon.control `pg_config --sharedir`/extension/
-cp latlon--0.1--0.2.sql latlon--0.2.sql `pg_config --sharedir`/extension/
+cp latlon--*.sql `pg_config --sharedir`/extension/
 

Loading the extension

diff -r b4ec52e7e888 -r 4489b4d7d9c8 README.mkd --- a/README.mkd Fri Sep 02 14:27:31 2016 +0200 +++ b/README.mkd Fri Sep 02 14:31:58 2016 +0200 @@ -39,10 +39,10 @@ It is also possible to compile and install the extension without GNU Make as follows: - cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0002.so latlon-v0002.c - cp latlon-v0002.so `pg_config --pkglibdir` + cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0003.so latlon-v0003.c + cp latlon-v0003.so `pg_config --pkglibdir` cp latlon.control `pg_config --sharedir`/extension/ - cp latlon--0.1--0.2.sql latlon--0.2.sql `pg_config --sharedir`/extension/ + cp latlon--*.sql `pg_config --sharedir`/extension/ ### Loading the extension