From 5f5fa631013417dd4c9010e3b12084f3bd805895 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 1 Jul 2012 13:18:47 +0100 Subject: Transfer current state of netsurfweb as a fresh line of history --- documentation/robuild.en | 107 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 documentation/robuild.en (limited to 'documentation/robuild.en') diff --git a/documentation/robuild.en b/documentation/robuild.en new file mode 100644 index 0000000..31a878e --- /dev/null +++ b/documentation/robuild.en @@ -0,0 +1,107 @@ + + + +NetSurf | Building on RISC OS + + + + + + + + + +
+ + + +

Building NetSurf on RISC OS

+ +

This document outlines the process required to get a build system for NetSurf set up on a RISC OS machine.

+ + + +

Last updated 10 August 2009

+ +

Requirements

+ + + +

Getting started

+ +

This section details quick-start instructions for getting NetSurf compiled under RISC OS. If you want more detail, see the rest of this document.

+ +
    +
  1. Download and install the requirements listed above.
  2. +
  3. Force the RISC OS SVN client to handle ,xxx extensions correctly by issuing: +
    *Set svn$filetypeext ""
    +This may be set permanently by uncommenting the appropriate line in !SVN's !Boot file.
  4. +
  5. Check out the latest source code from SVN, by issuing the following command in a TaskWindow: +
    *svn co svn://svn.netsurf-browser.org/trunk/netsurf
  6. +
  7. Open the "netsurf" directory that gets created, this now contains all the source code.
  8. +
  9. Read the "BUILDING-RISC_OS" document in the "Docs" directory. This explains how to actually get NetSurf to build.
  10. +
+ + + +
+ + +
+ +
+ + + -- cgit v1.2.3