On Fri, 2013-05-17 at 03:17 -0600, Dave Abrahams wrote:
on Thu May 16 2013, legalize+jeeves-AT-mail.xmission.com (Richard) wrote:
Can someone please briefly describe what submodules I need to manually add just to get something bootstrapped?
None; we (finally!) have a modularized history with submodules! Please
git clone --recursive http://github.com/boostorg/boost
I don't know exactly what to expect, but I get:
git clone --recursive http://github.com/boostorg/boost Cloning into 'boost'... remote: Counting objects: 138912, done. remote: Compressing objects: 100% (53319/53319), done. remote: Total 138912 (delta 84911), reused 138380 (delta 84398) Receiving objects: 100% (138912/138912), 81.34 MiB | 3.98 MiB/s, done. Resolving deltas: 100% (84911/84911), done. No submodule mapping found in .gitmodules for path 'libs/chrono'
The .gitmodules file only have an entry for math: [submodule "libs/math"] path = libs/math url = http://github.com/boostorg/math and all folders in libs/* are empty. -- Bjørn