Skip to content

Instantly share code, notes, and snippets.

@sjkingo
Last active January 8, 2017 21:05
Show Gist options
  • Save sjkingo/d28224fc830de179089230ad58e19552 to your computer and use it in GitHub Desktop.
Save sjkingo/d28224fc830de179089230ad58e19552 to your computer and use it in GitHub Desktop.
Installing and running kitty

Installing and running kitty https://github.com/kovidgoyal/kitty on Fedora 25

libglew-2.0 is required and Fedora only ships with version 1.13. Build and override the system-wide libglew:

# build glew at /path/to/glew-2.0.0
$ export PKG_CONFIG_PATH=/path/to/glew-2.0.0/dest/lib/pkgconfig
$ cd /path/to/kitty
$ python3 setup.py build
$ LD_PRELOAD=/path/to/glew-2.0.0/dest/lib64/libGLEW.so python3 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment