Annotation of embedaddon/php/sapi/webjames/README, revision 1.1

1.1     ! misho       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>