Spaces:
Sleeping
Sleeping
File size: 589 Bytes
1d777c4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# tk pkg-config source file
prefix=/home/simon/prog/text-generation-webui/installer_files/env
exec_prefix=/home/simon/prog/text-generation-webui/installer_files/env
libdir=/home/simon/prog/text-generation-webui/installer_files/env/lib
includedir=${prefix}/include
Name: The Tk Toolkit
Description: Tk is a cross-platform graphical user interface toolkit, the standard GUI not only for Tcl, but for many other dynamic languages as well.
URL: https://www.tcl-lang.org/
Version: 8.6.12
Requires: tcl >= 8.6
Libs: -L${libdir} -ltk8.6 -ltkstub8.6
Libs.private: -lX11
Cflags: -I${includedir}
|