Mercurial access commands
Posted: Mon Aug 19, 2013 11:24 am
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
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