summaryrefslogtreecommitdiff
path: root/sapi/webjames/README
diff options
context:
space:
mode:
authorAlex Waugh <alexwaugh@php.net>2002-03-03 14:25:59 +0000
committerAlex Waugh <alexwaugh@php.net>2002-03-03 14:25:59 +0000
commite0a228f55d138552b3941e9b5f73bd121956874d (patch)
tree1bb0832c53be1aca53155ae698039cb673d9416c /sapi/webjames/README
parentc5c53dbe2a8ca96c378cee0a70653f65500eca62 (diff)
downloadphp-git-e0a228f55d138552b3941e9b5f73bd121956874d.tar.gz
Updated build instructions
Diffstat (limited to 'sapi/webjames/README')
-rw-r--r--sapi/webjames/README14
1 files changed, 5 insertions, 9 deletions
diff --git a/sapi/webjames/README b/sapi/webjames/README
index 10625a179e..9a316efed7 100644
--- a/sapi/webjames/README
+++ b/sapi/webjames/README
@@ -7,26 +7,22 @@ RISC OS operating system.
DOWNLOADS
-A recent (September 2001 or later) version of the GCCSDK cross compiler
+A recent (February 2002 or later) version of the GCCSDK cross compiler
http://www.hard-mofo.dsvr.net/
-WebJames 0.31 or later
+WebJames 0.35 or later
http://www.webjames.alexwaugh.com/
BUILDING
-$ cd webjames
-
-Edit Makefile if nessacery
-
-$ make setup
-$ cd ../php4
+$ cd php4
$ ./configure \
--host=arm-riscos-aof \
- --with-webjames=../webjames \
+ --with-webjames=../webjames/src \
--with-config-file-path=/Choices: \
other PHP options
$ make install
$ cd ../webjames
+$ ./configure --enable-php
$ make