Update of /cvsroot/php-directfb/PHP-DirectFB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8202
Modified Files:
README
Log Message:
Added some text.
Index: README
===================================================================
RCS file: /cvsroot/php-directfb/PHP-DirectFB/README,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** README 10 Nov 2004 12:14:16 -0000 1.1.1.1
--- README 11 Nov 2004 11:11:22 -0000 1.2
***************
*** 0 ****
--- 1,43 ----
+ PHP-DirectFB - The PHP wrapper for DirectFB
+ -------------------------------------------
+
+ PHP-DirectFB is a PHP extension that implements language bindings
+ for DirectFB, a hardware accelerated graphics library for the
+ Linux Frambuffer.
+
+ This extension allows you to write DirectFB based applications
+ using the PHP Command Line Interpreter (CLI); you cannot use it
+ to display programs on a Web Browser.
+
+
+ Requirements
+ ------------
+
+ To compile and use PHP-DirectFB you need:
+ - DirectFB 0.9.21 or higher (get it at http://directfb.org)
+ - PHP 5.0.0 or higher CLI version (get it at http://php.net).
+
+
+ Installing
+ ----------
+
+ See INTALL.
+
+
+ Running Examples
+ ----------------
+
+ Change to examples/ directory and run `php <script>`, where
+ php is the name of the PHP CLI executable and <script> is
+ the name of the example script.
+
+
+ Documentation
+ -------------
+
+ There is a brief reference, under the doc/ directory, that
+ explains the main differencies between PHP-DirectFB APIs and
+ DirectFB APIs; refer to DirectFB documentation for an extended
+ explanation of DirectFB architecture and development.
+
+
|