From 1e99bf5e4cfb7c963a77f672efe6209b7202ac27 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Tue, 27 Nov 2001 23:44:03 +0000 Subject: [PATCH] Update FAQ_DEV. --- doc/src/FAQ/FAQ_DEV.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index d1652eedd3b..642776e84cc 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -12,7 +12,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Tue Nov 27 16:48:42 EST 2001</P> + <P>Last updated: Tue Nov 27 18:43:59 EST 2001</P> <P>Current maintainer: Bruce Momjian (<A href= @@ -569,8 +569,8 @@ answer is that I maintain: I then download and build on as many different canonical distributions as I can -- currently I am able to build on Red Hat 6.2, 7.0, and 7.1 on my personal hardware. Occasionally I receive opportunity from certain -commercial enterprises such as Great Bridge and PostgreSQL Inc to build -on other distributions. +commercial enterprises such as Great Bridge and PostgreSQL, Inc. to +build on other distributions. I test the build by installing the resulting packages and running the regression tests. Once the build passes these tests, I upload to the @@ -715,11 +715,12 @@ Really. HACKERS _is_the process. The process is not well documented (AFAIK > - Find the development environment (OS, system, compilers, etc) > required to develop code. -Developers Corner on the website has links to this information. The -distribution tarball itself includes all the extra tools and documents that -go beyond a good Unix-like development environment. In general, a modern -unix with a modern gcc, GNU make or equivalent, autoconf (of a particular -version), and good working knowledge of those tools are required. +<a href="developers.postgresql.org">Developers Corner</a> on the website +has links to this information. The distribution tarball itself +includes all the extra tools and documents that go beyond a good +Unix-like development environment. In general, a modern unix with a +modern gcc, GNU make or equivalent, autoconf (of a particular version), +and good working knowledge of those tools are required. > - Find an area or two that needs some support. -- GitLab