diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-11 22:26:28 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-11 22:26:28 +0100 |
| commit | 6c2cdbc5ffb3ec1775c25d122751bddc5d205b6a (patch) | |
| tree | d7690c7d37047b0bcff777ea796cd2ed46f5614f /README.md | |
| parent | 8f25550f0d360a5bba3a9d7d21ee04633320c99c (diff) | |
Add build files1.0.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,3 +5,17 @@ Pre-alpha development. A new take on the Bezel Interface, using a flatter look. + +## Building + +For easy CLI build you can run `make`. The default configuration is `Debug`, +but you can change the configuration by running `make -e configuration=Release`. + +This assumes quicksilver is checked out in `../../vendor/Quicksilver`, but this +value can be updated with the `quicksilver_path` variable (eg. +`make -e quicksilver_path=../Quicksilver`). + +## Building for release + +To build for release you will have to set the environment variable +`$SIGNING_IDENTITY`, otherwise it won't be correctly signed |