Thanks, Adrian. Able to install 10beta1 successfully.
-
--
Thanks,
Rajan.
--
View this message in context:
http://www.postgresql-archive.org/Need-help-on-compiling-postgres-source-code-from-cloned-repo-tp5969667p5969696.html
Sent from the PostgreSQL - general mailing list archive at Nabble.
On 07/01/2017 11:31 PM, rajan wrote:
Hi,
I have a cloned repository of postgres and I want to compile the source for
*REL_10_BETA1* alone.
Or just go here and grab the tarball:
https://www.postgresql.org/ftp/source/v10beta1/
Following are the steps I am planning to do,
-> git checkout -b r
Hi,
I have a cloned repository of postgres and I want to compile the source for
*REL_10_BETA1* alone.
Following are the steps I am planning to do,
-> git checkout -b rel10beta1 REL_10_BETA1 (and verifying current branch is
newly created one)
-> Execute ./configure --prefix=/opt/PostgreSQL/10beta