CLIck is made of two main components:
The CLIck library, that needs to be linked by CLIck applications, and that provide all the APIs to start a CLIck shell
The CLIck tools, that have to be used by CLI developers to create the CLI structure and generate the relevant C code
Enter the main project directory and follow the usual procedure to build libraries prepared with autotools
my-linux-box $ ./configure
my-linux-box $ make
my-linux-box $ make install
For more options, please refer to the INSTALL file into the project's main directory
In case you are building CLIck in a cross environment, this library has to be built for host architecture.
At the moment, the only available tool is [clickbuilder].
In order to build the tools, please enter the tool directory and follow the previous instructions.
In case you are building CLIck in a cross environment, these are build tools supposed to be run on your build environment, and so they have to be built for build architecture.
ENJOY