Page 1 of 1

Mercurial access commands

Posted: Mon Aug 19, 2013 11:24 am
by ccameron
Hey Rich,

The Mercurial access commands listed on the wiki (@ https://bitbucket.org/rhdtownsend/gyre/wiki/Download) won't nest the core directory in gyre/src/extern because that dir doesn't exist in the download.

I had to run the following set of commands for gyre to download, compile and test OK:

hg clone -r stable https://bitbucket.org/rhdtownsend/gyre
mkdir gyre/src/extern
cd gyre/src/extern
hg clone -r stable https://bitbucket.org/rhdtownsend/core

Congratulations on the gyre publication BTW. I look forward to dissecting it!

Chris

Re: Mercurial access commands

Posted: Mon Sep 02, 2013 1:16 pm
by rhtownsend
ccameron wrote:Hey Rich,

The Mercurial access commands listed on the wiki (@ https://bitbucket.org/rhdtownsend/gyre/wiki/Download) won't nest the core directory in gyre/src/extern because that dir doesn't exist in the download.

I had to run the following set of commands for gyre to download, compile and test OK:

hg clone -r stable https://bitbucket.org/rhdtownsend/gyre
mkdir gyre/src/extern
cd gyre/src/extern
hg clone -r stable https://bitbucket.org/rhdtownsend/core

Congratulations on the gyre publication BTW. I look forward to dissecting it!

Chris
Ah -- thanks for spotting this. I'll update the instructions accordingly.

cheers,

Rich