...
This commit is contained in:
parent
cf49c3462d
commit
79f4cc45b7
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue