
25 Nov
2013
25 Nov
'13
5:50 p.m.
On Mon, Nov 25, 2013 at 10:57 AM, Daniel James
On 25 November 2013 14:07, Beman Dawes
wrote: ...
git clone --recursive git@github.com:boostorg/boost.git modular-boost cd modular-boost ./bootstrap.sh ./b2 headers git checkout master git submodule update cd libs/my-lib git checkout develop [...] Is the sequence of commands above what the developer of my-lib should do to get started?
I didn't need 'git checkout master' and 'git submodule update'. The wiki page says the modular-boost repo will be detached, but it wasn't for me (the submodules were).
Ah! Good points. Wiki page corrected. Thanks, --Beman