Availability of postgres-devel

Started by Graemeover 16 years ago2 messagesgeneral
Jump to latest
#1Graeme
graeme@gemmill.name

If I download the source of postgreSQL8.4.0, will the -devel header
stuff be included? I need it for
compilation of C code and other stuff.
Thanks
Graeme

#2Scott Mead
scott.lists@enterprisedb.com
In reply to: Graeme (#1)
Re: Availability of postgres-devel

On Tue, Jul 28, 2009 at 12:08 PM, Graeme Gemmill <graeme@gemmill.name>wrote:

If I download the source of postgreSQL8.4.0, will the -devel header stuff
be included? I need it for
compilation of C code and other stuff.

Yes, all the includes are there. Depending on what you're doing, you may
need to build it first. But if you already have the .so files from another
install, you'll get the headers you need.

--Scott