Re: Beginner question: Hacking environment?

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Beginner question: Hacking environment?
Дата
Msg-id 4D75FDE2020000250003B5F6@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Beginner question: Hacking environment?  (Adrian von Bidder <avbidder@fortytwo.ch>)
Ответы Re: Beginner question: Hacking environment?  (Adrian von Bidder <avbidder@fortytwo.ch>)
Список pgsql-hackers
Adrian von Bidder <avbidder@fortytwo.ch> wrote:
> Or do you advise to just "make install" and test from there?
Pretty much.  For development you will want to specify a few options
in the ./configure step.  At a minimum I recommend:
--prefix=
--enable-debug
--enable-cassert
--enable-depend

See this page for other options:
http://www.postgresql.org/docs/9.0/interactive/install-procedure.html
Of course, there are those who prefer to use eclipse or some other
IDE.  For setting up eclipse, see this page:
http://wiki.postgresql.org/wiki/Working_with_Eclipse
I see that page is a bit out of date (we've converted from CVS to
git), but perhaps you can extrapolate.
-Kevin


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Beginner question: Hacking environment?
Следующее
От: "Jehan-Guillaume (ioguix) de Rorthais"
Дата:
Сообщение: Re: GSoC 2011 - Mentors? Projects?