A Makefile target for building kitty.app
This commit is contained in:
parent
6882c23f43
commit
b9a14e0e4a
8
Makefile
8
Makefile
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user