File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / sapi / webjames / README
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:48:06 2012 UTC (12 years, 4 months ago) by misho
Branches: php, MAIN
CVS tags: v5_4_3elwix, v5_4_29p0, v5_4_29, v5_4_20p0, v5_4_20, v5_4_17p0, v5_4_17, v5_3_10, HEAD
php

    1: README for WebJames SAPI module 
    2: by Alex Waugh <alex@alexwaugh.com>
    3: 
    4: This is a SAPI module for the WebJames HTTP server, which runs on the
    5: RISC OS operating system.
    6: 
    7: 
    8: DOWNLOADS
    9: 
   10: A recent (February 2002 or later) version of the GCCSDK cross compiler
   11: http://www.hard-mofo.dsvr.net/
   12: 
   13: WebJames 0.35 or later
   14: http://www.webjames.alexwaugh.com/
   15: 
   16: 
   17: BUILDING
   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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>