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

Commit1898600

Browse files
committed
install.sh
1 parent949d5a1 commit1898600

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

‎install.sh‎

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ rm -rf install
99

1010
make install
1111

12-
cdcontrib/pg_dtm/
12+
cd~/code/pg_dtm/
1313
# cd contrib/pg_tsdtm/
1414

15-
make clean
16-
make
17-
make install
18-
19-
cd ../..
15+
PATH=~/code/postgrespro2/install/bin:$PATH make clean
16+
PATH=~/code/postgrespro2/install/bin:$PATH make
17+
PATH=~/code/postgrespro2/install/bin:$PATH make install
2018

21-
cd contrib/postgres_fdw/
19+
cd~/code/postgrespro2/contrib/postgres_fdw/
2220

2321
make clean
2422
make

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp