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

Commit6f4bd30

Browse files
committed
Add NT readme file.
1 parentad34847 commit6f4bd30

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

‎doc/README.NT

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
From: "Joost Kraaijeveld" <JKraaijeveld@askesis.nl>
2+
To: "Pgsql-Ports@Postgresql. Org" <pgsql-ports@postgreSQL.org>
3+
Subject: RE: [PORTS] Re: psql under win32
4+
Date: Wed, 21 Apr 1999 07:07:47 +0200
5+
Message-ID: <000001be8bb4$e59b0ab0$0300a8c0@abraracourcix.askesis.nl>
6+
MIME-Version: 1.0
7+
8+
Installing PostgreSQL on NT:
9+
10+
---------------------------------------------------------------------------
11+
12+
It can be done by done by typing configure, make and make install.
13+
14+
1. Install the Cygwin package
15+
2. Update to EGCS 1.1.2
16+
17+
1. Install the Andy Piper Tools
18+
19+
1. Download the Cygwin32 IPC Package by Ludovic LANGE.
20+
2. Untar the package and follow the readme instructions.
21+
3. I tested 1.03.
22+
4. I used the \cygwin-b20\h-i568-cygwin32\i586-cygwin32\lib and
23+
\cygwin-b20\h-i568-cygwin32\i586-cygwin32\include\sys instead of the
24+
/usr/local/lib and usr/local/include/sys.
25+
26+
1. Download the current snapshot.tar.gz (24-3-98).
27+
2. Untar the package.
28+
3. Copy the files from \pgsql\src\win32 according to the readme file.
29+
3. Edit \pgsql\src\template\cygwin32 if needed (I had to adjust the YFLAGS
30+
path).
31+
4. ./configure
32+
5. make
33+
6. create the directory /usr/local/pgsql manually: the mkdir cannot create a
34+
directory 2 levels deep in one step.
35+
7. make install
36+
8. cd /usr/lical/pgsql/doc
37+
9. make install
38+
10. Set the environmental data
39+
11. Initdb --username=jkr (do not run this command as administrator)
40+
41+
12. Open a new Cygwin command prompt
42+
13. Start "ipc-deamon&" (background proces)
43+
14. Start "postmaster -i 2>&1 > /tmp/postgres.log &" (background proces)
44+
15. Start "tail -f /tmp/postgres.log" to see the messages
45+
46+
16. cd /usr/src/pgsql/src/test/regress
47+
17. make all runtest
48+
49+
All test should be run, allthought the latest snapshot I tested (18-4)
50+
appears to have some problems with locking.
51+
52+
Joost
53+
54+
55+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp