13 Jun
2014
13 Jun
'14
6:48 p.m.
On 6/13/2014 11:20 AM, Andrey Semashev wrote:
On Friday 13 June 2014 17:16:02 Andrzej Krzemienski wrote:
Hi, I can see that module Core is already available on branch Master. But when I try to pull the sources from GitHub (with 'git pull --rebase') it doesn't show up in my clone. Do I need to do anything to see it?
You need to run 'git submodule update --init' to initialize new submodules in the local copy. Also don't forget to recreate the links to headers by removing boost folder and running 'b2 headers'.
Is it really necessary to remove the boost folder before running 'b2 headers' in any situation ?