hints.solaris

来自「gtk_server的源代码」· SOLARIS 代码 · 共 29 行

SOLARIS
29
字号
--------------------------------------Hints to install GTK-server on OpenSolaris 2008.111) Compile and install 'pkg-config' from http://pkg-config.freedesktop.org/wiki/2) Add '/usr/local/bin' to PATH3) Set the PKG_CONFIG_PATH to the directory with GTK configuration files:    export PKG_CONFIG_PATH=/usr/lib/pkgconfig/4) Install FFI using packagemanager5) Set the environment variable CPPFLAGS to the location of the FFI headerfiles prior    to running the configure-script:    export CPPFLAGS=-I/usr/lib/libffi-3.0.5/include6) pkg install SUNWxwinc SUNWxorg-headers7) 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 + -
显示快捷键?