The Canopy Embedded Development Kit ("EDK"), including
libcanopy, can be built from source. The EDK uses
repo, which is a tool that makes it easier to work with
multiple git repositories.
App developers and others who won't be doing embedded development can skip this section.
Download repo and put it somewhere in your PATH:
After installing repo, set up your client to access the Canopy
EDK repository.
1) Create a working directory. You can call it anything you like:
2) Run repo init to initialize the client repository.
To check out a branch other than "master", specify it with -b:
3) Use repo sync to download sources to your working directory:
Canopy's build system expects certain environment variables to be set,
which are initialized with the envsetup.sh script.
To build and install the Canopy EDK, run: