hints.linux

来自「gtk_server的源代码」· LINUX 代码 · 共 40 行

LINUX
40
字号
--------------------------------------Hints to install GTK-server on RedHat AS 4.0 and other Linux distros1) Make sure all necessary libraries are installed. Sometimes it is necessary to install the   development libraries for GTK, GDK and PNG manually. For 64bit systems, it seems that the   64bit version of GTK resides in the '/usr/lib64/frysk' directory. To compile successfully,   first set the PKG_CONFIG_PATH variable:    export PKG_CONFIG_PATH=/usr/lib64/frysk/pkgconfig2) Sometimes GTK is installed but not detected automatically. Then specify GTK2 explicitly    with the configure-script:    ./configure --with-gtk23) Also verify your MAN page directory. On some RedHat systems, the MANPATH resides at '/usr/share/man'    instead of the default '/usr/man'. In that case, run the configure-script as follows:    ./configure --with-gtk2 --mandir=/usr/share/man4) If FFI is installed in an unusual place, set the environment variable CPPFLAGS to that location prior    to running the configure-script:    export CPPFLAGS=-I/your/dir/with/ffiheaderfiles5) If compilation of GTK-server as shared object is required, run the configure-script with the    optional argument '--enable-library':    ./configure --<your other options> --enable-library--------------------------------------After the configurescript has completed sucessfully, run 'make' and 'make install' to compile andinstall the GTK-server.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?