A Makefile target for building kitty.app

This commit is contained in:
Kovid Goyal 2018-01-19 10:42:12 +05:30
parent 6882c23f43
commit b9a14e0e4a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 10 additions and 3 deletions

View File

@ -21,3 +21,11 @@ debug:
# Build with the ASAN and UBSAN sanitizers
asan:
python3 setup.py build $(VVAL) --debug --sanitize
logo/kitty.iconset/icon_256x256.png: logo/kitty.svg logo/make.py
logo/make.py
rendered_logo: logo/kitty.iconset/icon_256x256.png
app: rendered_logo
python3 setup.py app $(VVAL)

View File

@ -430,12 +430,11 @@ the approach using ligatures.
=== How do I build kitty.app on macOS?
Install `optipng` and `rsvg-convert` using `brew` or similar (needed for the logo generation step).
Install `optipng` and `librsvg` using `brew` or similar (needed for the logo generation step).
And run:
```
logo/make.py
./setup.py kitty.app
make app
```
This `kitty.app` unlike the released one does not include its own copy of