Thread: PATCH: document build outputs

PATCH: document build outputs

From
Craig Ringer
Date:
Hi

I noticed that the winbuild\ docs don't cover where the build outputs
actually go, and the directory naming is ... inconsistent.

The attached adds info on what's what. I've also included another docs
change to explain a tiny bit more about SDK installation.

You can grab both with:

git remote add ringerc git@github.com:ringerc/psqlODBC.git
git fetch ringerc
git merge ringerc/document-build-outputs

or using "git apply" of the attached patches.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

Re: PATCH: document build outputs

From
Hiroshi Inoue
Date:
(2014/06/16 10:12), Craig Ringer wrote:
> Hi
>
> I noticed that the winbuild\ docs don't cover where the build outputs
> actually go, and the directory naming is ... inconsistent.
>
> The attached adds info on what's what. I've also included another docs
> change to explain a tiny bit more about SDK installation.
>
> You can grab both with:
>
> git remote add ringerc git@github.com:ringerc/psqlODBC.git
> git fetch ringerc
> git merge ringerc/document-build-outputs

Done and pushd.

Thanks.
Hiroshi Inoue

> or using "git apply" of the attached patches.