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
Mercurial access commands
- rhtownsend
- Site Admin
- Posts: 398
- Joined: Sun Mar 31, 2013 4:22 pm
Re: Mercurial access commands
Ah -- thanks for spotting this. I'll update the instructions accordingly.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
cheers,
Rich