Availability of postgres-devel
Started by Graemeover 16 years ago2 messagesgeneral
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
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