Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaeab5bd

Browse files
committed
Merge pull request#1 from LCOGT/master
add installation instructions using pg_config
2 parents2d97f16 +f0aa3e7 commitaeab5bd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎README.pg_sphere‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This is R-Tree implementation using GiST for spherical objects
2-
like spherical points and spherical circles with
2+
like spherical points and spherical circles with
33
useful functions and operators.
44

55

@@ -13,6 +13,13 @@ INSTALLATION:
1313
-- load functions
1414
psql <database> < pg_sphere.sql
1515

16+
USING PG_CONFIG:
17+
18+
gmake USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config
19+
gmake USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config install
20+
-- load extension:
21+
CREATE EXTENSION pg_sphere;
22+
1623
REGRESSION TEST:
1724

1825
gmake installcheck
@@ -23,5 +30,5 @@ LONG REGRESSION TEST:
2330

2431
For more informations have a look at http://pgsphere.projects.postgresql.org/
2532

26-
Have a lot of fun!
33+
Have a lot of fun!
2734

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp