Re: Building PostgreSQL in Eclipse on Windows

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Building PostgreSQL in Eclipse on Windows
Дата
Msg-id CAB7nPqT6Jj+18fX3czxq_PrRKLBqsQmaWVLdbAaejLDnSG_bag@mail.gmail.com
обсуждение исходный текст
Ответ на Building PostgreSQL in Eclipse on Windows  ("Igal @ Lucee.org" <igal@lucee.org>)
Список pgsql-general
On Tue, Jan 12, 2016 at 10:32 AM, Igal @ Lucee.org <igal@lucee.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
completedwith 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


В списке pgsql-general по дате отправления:

Предыдущее
От: "Regina Obe"
Дата:
Сообщение: Re: WIP: CoC
Следующее
От: Tom Smith
Дата:
Сообщение: Re: JSONB performance enhancement for 9.6