1README.zxid-php
2$Id: README.zxid-php,v 1.3 2009-10-16 13:36:33 sampo Exp $
3
4This is the PHP module for using libzxid. This php module is
5tightly integrated into the main ZXID project and distribution.
6
7Please see for further information
8
9  zxid.org
10  zxid/README.zxid
11  zxid/INSTALL.zxid
12  zxid/zxid-php.pd: Using ZXID from PHP
13  zxid/zxidhlo.php: Example code
14
15Install
16
17  cd zxid-X.Y
18  make dep
19  make              # creates libzxid
20  make phpzxid
21  make phpzxid_install
22
23--Sampo