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

Commite582329

Browse files
committed
Clarify installation instructions.
1 parentaeab5bd commite582329

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

‎README.pg_sphere‎

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@ useful functions and operators.
66
NOTICE:
77
This version will works only with postgresql version 8.0 and above.
88

9-
INSTALLATION:
9+
INSTALLATION AS EXTENSION (RECOMMENDED):
1010

11+
-- build and install
12+
gmake USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config
13+
gmake USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config install
14+
-- load extension
15+
psql <database> -c "CREATE EXTENSION pg_sphere;"
16+
17+
INSTALLATION AS MODULE (DEPRECATED):
18+
19+
-- build and install
1120
gmake
1221
gmake install
1322
-- load functions
1423
psql <database> < pg_sphere.sql
1524

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-
2325
REGRESSION TEST:
2426

2527
gmake installcheck

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp