diff --git a/Makefile b/Makefile index 0d9bb742a..fe9b2557f 100644 --- a/Makefile +++ b/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) diff --git a/README.asciidoc b/README.asciidoc index a109baece..7d8096308 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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