gtk_server_readme.1st
来自「gtk_server的源代码」· 1ST 代码 · 共 35 行
1ST
35 行
-------------Howto compile-------------1) Comment the line in the file 'prototyped.h' of the KDK.2) Start the GTK-server configure script as follows:./configure --sysconfdir=/etc --prefix=/usr --enable-ksh93 --enable-ksh93-source=/home/account/source/kdkExplanation of the options:'--sysconfdir=/etc' install the GTK-server configfile into the '/etc' directory--prefix=/usr install the GTK-server library into the '/usr/lib' directory'--enable-ksh93' enables support for Kornshell93 library interface'--enable-ksh93-source=/home/account/source/kdk' points to the sourcetree of your KDK installation, if left empty the current subdirectory 'ksh93' will be usedChange the directory arguments to the situation of your system.3) Start compilation of the GTK-server with the command 'make'. After that 'make install'.4) Run the testprogram in the 'ksh93' subdirectory: 'demo-lib.ksh'.The resulting module is tested with Kornshell93 KDK release "ast-base.2008-02-02.linux.i386.tgz" from www.kornshell.com.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?