README 559 B

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