SFU-Embedded-Cosplay / Halo-Suit-BeagleBone

2 stars 0 forks source link

submodules for json-parser and json-builder #1

Closed HamiltonChris closed 9 years ago

HamiltonChris commented 9 years ago

Since the old issue was removed when the repo was transferred I'm creating a new one for documentation purposes.

The BeagleBone uses two C libraries for parsing and serializing json which can be found at https://github.com/udp/json-parser and https://github.com/udp/json-builder respectively. Since it would be dishonest to copy these libraries into our repo I added them as submodules (https://git-scm.com/book/en/v2/Git-Tools-Submodules) to link them into our repo.

When the project is cloned the keyword --recursive must be used to also clone those repos into your local repository.