gtk_server_readme.1st

来自「gtk_server的源代码」· 1ST 代码 · 共 36 行

1ST
36
字号
-------------Howto compile-------------1) Start the GTK-server configure script as follows:./configure --enable-scriptbasic --sysconfdir=/etc --enable-sb-source=/home/account/mysource/scriptbasic/ --libdir=/usr/local/lib/scriba --includedir=/usr/share/scriba/includeExplanation of the options:'--enable-scriptbasic'    enables support for Scriptbasic'--sysconfdir=/etc'    install the GTK-server configfile into the '/etc' directory'--enable-sb-source=/home/account/mysource/scriptbasic'    points to the sourcetree of your Scriptbasic installation, if left empty the current subdirectory 'scriptbasic' will be used'--libdir=/usr/local/lib/scriba'    points to the directory where the resulting module must be installed'--includedir=/usr/share/scriba/include'    points to the directory where the Scriptbasic includefile 'gtk.bas' must be installedChange the directory arguments to the situation of your system.2) Start compilation of the GTK-server with the command 'make'. After that, as user 'root', perform a 'make install'.3) Run the testprograms 'dictionary.sb' or 'demo.sb' or 'embedded.sb'.The resulting module is tested with Scriptbasic 2.0 for Unix.

⌨️ 快捷键说明

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