Closed dunn closed 8 years ago
Yes, those are no longer required. Building requires merely cloning the repository directly, setting up the local.config
file to point to the externals-clasp directory after having built that, and then running make
.
Are none of the submodule used? Should they be removed, along with .gitmodules
? I can open a PR for that.
A few submodules are used (sicl, mps) but I've eliminated boehm and atomic_ops in the past couple of months.
Should be done now I think? Reopen if I've missed something.
Some of the submodule definitions are missing from the
testing
branch:This means that a recursive clone/checking out submodules fails:
Was this intentional? If so, what's the correct way to build the testing branch?
Thanks!