PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

UNIX環境でPHP-GTKをインストールする | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Debianユーザは、PHP-GTKバイナリを http://www.debian.org/からダウンロードでき ます。

PHP GTKは多くのパッケージに依存しています。これらは、PHP-GTKをイン ストールする前にインストールしておく必要があります。

最新のソースを http://gtk.php.net/または anonymous CVS http://www.php.net/anoncvs.phpから入手す ることをお薦めします。

Run the ./buildconf script that is inside the distribution. This will set up the necessary files and create the configure script. Next, run ./configure. This will check that you have a correct version of GTK+ 1.2.x (1.2.6 or above, available from http://www.gtk.org/download/) and other files required for compilation, and will then create the needed Makefiles.

./configure can also be used to build the extra widgets, e.g. ./configure --enable-scintilla --enable-gtkhtml. To list all the available options use ./configure --help. Remember that each extra widget may have a number of dependencies that need to be available for the build to be successful.

Finally, run make to compile the extension. Some source files are generated from .defs files by the code generator. If you see messages like "Could not write...", it means that the listed GTK+ objects or features are not yet supported. If the compilation is successful, run make install to install the extension into your default PHP extension directory (usually /usr/local/lib/php/extensions).

Troubleshooting: common problems from ./configure or make

To test the extension, try running the example scripts in the test/ directory. These also provide demonstrations of some of the ways in which PHP-GTK and its extensions can be used.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「UNIX環境でPHP-GTKをインストールする」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | UNIX環境でPHP-GTKをインストールする」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: