Skip to content

WIP: Build with submodules

benoît chesneau requested to merge build-with-submodules into master

This branch embed c dependencies as submodules and optimise the build using a makefile only.

To build it do the following:

git submodule update --init --recursive
make

Compared to !32 (merged) it remove changes in C dependencies from the history but add an extra step to get the source.

Edited by benoît chesneau

Merge request reports