Skip to content
Philippe Thierry edited this page Sep 26, 2018 · 1 revision

The WooKey project

The WooKey project deployment depends on repo. This is required as the project aims to support various profiles, including various end-user applications, drivers and libraries without requiring complex modification of the SDK. In order to do that, we use a manifest file (standard Google repo tool mechanism) to deploy a complete image of the SDK by cloning multiple git repositories depending on the required profile.

To properly download the WooKey project, you will need to install both repo and git. In a Debian environment:

  $ apt-get install git repo

You can then execute the following commands:

  $ repo init -u https://github.com/wookey-project/manifest.git -m default.xml
  $ repo sync

This will deploy the SDK into a new local subdirectory named 'wookey'.

Clone this wiki locally