This commit is contained in:
Kovid Goyal 2016-12-05 13:58:26 +05:30
parent cf49c3462d
commit 79f4cc45b7

View File

@ -31,6 +31,10 @@ following dependencies are installed first:
* gcc (required for building, clang should also work, but it is not tested)
* pkg-config (required for building)
Install kitty with:
git clone https://github.com/kovidgoyal/kitty && cd kitty
Now build the C parts of kitty with the following command:
python3 setup.py build