xref: /PHP-5.5/sapi/webjames/README (revision f4983c0d)
1README for WebJames SAPI module
2by Alex Waugh <alex@alexwaugh.com>
3
4This is a SAPI module for the WebJames HTTP server, which runs on the
5RISC OS operating system.
6
7
8DOWNLOADS
9
10A recent (February 2002 or later) version of the GCCSDK cross compiler
11http://www.hard-mofo.dsvr.net/
12
13WebJames 0.35 or later
14http://www.webjames.alexwaugh.com/
15
16
17BUILDING
18
19$ cd php5
20$ ./configure \
21	--host=arm-riscos-aof \
22	--with-webjames=../webjames/src \
23	--with-config-file-path=/Choices: \
24	other PHP options
25$ make install
26$ cd ../webjames
27$ ./configure --enable-php
28$ make
29