Kitty: Package gl was not found in the pkg-config search path.

Created on 2 Mar 2018  路  1Comment  路  Source: kovidgoyal/kitty

when i run 'make' command to install kitty, it produce error:
python3 setup.py
CC: gcc (6, 3)
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gl' found
The package gl was not found on your system
Makefile:9: recipe for target 'all' failed
make: * [all] Error 1

my machine run debian 9.3 64bit

Most helpful comment

the problem is fixed after install libgl1-mesa-dev

>All comments

the problem is fixed after install libgl1-mesa-dev

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JJGO picture JJGO  路  3Comments

Jomik picture Jomik  路  4Comments

crocket picture crocket  路  4Comments

wavexx picture wavexx  路  3Comments

metalelf0 picture metalelf0  路  4Comments