Closed karlo922 closed 7 months ago
Hi,
The c-periphery is a git submodule, which can be initialised using:
git submodule init git submodule update
Thanks! Maybe you could add this in your readme for others like me ;)
Saw that you already have mentionned that a git clone
alone is not enough. Closing the issue
Yes, another alternative is to use git clone —recursive
to recursively initialise submodules while cloning.
With your current content of the lib, I could not compile any of the examples:
The directory
c-periphery
is empty. When I copied the correct files in it, it worked again