Add 'Build'

Quentin Rouland 2023-06-13 15:52:44 +00:00
parent cf3301fd76
commit 503db348c1

14
Build.md Normal file

@ -0,0 +1,14 @@
# Building
* Install [clickable](https://github.com/bhdouglass/clickable).
* Clone the repo : [git.rdrive.ovh/QRouland/UTPass](https://git.rdrive.ovh/QRouland/UTPass)
* Move to app directory: `cd UTPass`
* Build third parties : `clickable build-libs`
* Build & Run the app : `clickable`
For more options/details see the [clickable documentation](http://clickable.bhdouglass.com/en/latest/index.html)
## Custom clickable command
* `clickable style` : reformat the code (Required [astyle](https://astyle.sourceforge.net) & [qmlfmt](https://github.com/jesperhh/qmlfmt) to be installed)