diff options
author | Alex Waugh <alexwaugh@php.net> | 2002-03-03 14:25:59 +0000 |
---|---|---|
committer | Alex Waugh <alexwaugh@php.net> | 2002-03-03 14:25:59 +0000 |
commit | e0a228f55d138552b3941e9b5f73bd121956874d (patch) | |
tree | 1bb0832c53be1aca53155ae698039cb673d9416c /sapi/webjames | |
parent | c5c53dbe2a8ca96c378cee0a70653f65500eca62 (diff) | |
download | php-git-e0a228f55d138552b3941e9b5f73bd121956874d.tar.gz |
Updated build instructions
Diffstat (limited to 'sapi/webjames')
-rw-r--r-- | sapi/webjames/README | 14 | ||||
-rw-r--r-- | sapi/webjames/config.m4 | 4 |
2 files changed, 6 insertions, 12 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 diff --git a/sapi/webjames/config.m4 b/sapi/webjames/config.m4 index db6247ae29..1e6de60bf5 100644 --- a/sapi/webjames/config.m4 +++ b/sapi/webjames/config.m4 @@ -9,9 +9,7 @@ AC_ARG_WITH(webjames, echo '\\#Created by PHP configure' > $WEBJAMES/build/php; \ echo 'PHP_LIBS = -l$abs_srcdir/$SAPI_STATIC \$(PHP_LIBS) \$(EXTRA_LIBS)' >> $WEBJAMES/build/php; \ echo 'PHP_LDFLAGS = \$(NATIVE_RPATHS) \$(PHP_LDFLAGS)' >> $WEBJAMES/build/php; \ - echo 'PHP_CFLAGS = -DPHP \$(COMMON_FLAGS) \$(CFLAGS) \$(EXTRA_CFLAGS) -I$abs_srcdir/sapi/webjames' >> $WEBJAMES/build/php; \ - echo 'WIMPSLOT = \$\$(WIMPSLOT_PHP)' >> $WEBJAMES/build/php; \ - echo 'REMOVE_ATTRIBUTE=Action php-script.*' >> $WEBJAMES/build/php;" + echo 'PHP_CFLAGS = -DPHP \$(COMMON_FLAGS) \$(EXTRA_CFLAGS) -I$abs_srcdir/sapi/webjames' >> $WEBJAMES/build/php;" PHP_WEBJAMES="yes, using $WEBJAMES" PHP_ADD_INCLUDE($WEBJAMES) PHP_BUILD_STATIC |