-
-
Notifications
You must be signed in to change notification settings - Fork 1
Build & Tests
Quentin Rouland edited this page Feb 4, 2025
·
7 revisions
To build use clickable :
- Install clickable.
- Clone this repo with it submodules :
$ git clone --recurse-submodules [email protected]:QRouland/UTPass.git
or$ git clone --recurse-submodules https://github.com/qrouland/UTPass
- Move to app directory:
$ cd UTPass
- Build libs :
$ clickable build --libs
- Build :
$ clickable build
For more options/details see the clickable documentation
TODO