From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | "Igal (at) Lucee(dot)org" <igal(at)lucee(dot)org> |
Cc: | PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Building PostgreSQL in Eclipse on Windows |
Date: | 2016-01-12 02:00:51 |
Message-ID: | CAB7nPqT6Jj+18fX3czxq_PrRKLBqsQmaWVLdbAaejLDnSG_bag@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Jan 12, 2016 at 10:32 AM, Igal @ Lucee.org <igal(at)lucee(dot)org> wrote:
> I downloaded the PostgreSQL source code and tried to follow the docs but can't figure out where to download the dependencies? 1. libreadline5-dev, 2. zlib1g-dev, 3. bison (YACC), 4. flex and where to save them to on disk?
Regarding bison and flex, you should have a look here:
http://www.postgresql.org/docs/devel/static/install-windows-full.html
For readline and zlib, you will save yourself a lot of pain by using
--without-readline and --without-zlib. For development purposes that's
surely fine to build without them.
> I ran ./configure --prefix=$HOME/project --enable-depend --enable-cassert --enable-debug and it seems to have completed with no errors, but I do not see anything at $HOME/project?
I would not think so, without bison in PATH ./configure would not
complete, and complain loudly.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Smith | 2016-01-12 02:01:03 | Re: JSONB performance enhancement for 9.6 |
Previous Message | Regina Obe | 2016-01-12 01:54:55 | Re: WIP: CoC |