📄 hints.solaris
字号:
--------------------------------------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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -