From a37fee1135d1e1a147176b5475528a798f633b92 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 16 Jul 2012 14:23:02 +0100 Subject: Remove robuild doc. --- developers/index.en | 2 +- documentation/develop.en | 2 +- documentation/index.en | 6 --- documentation/robuild.en | 107 ---------------------------------------------- downloads/source/index.en | 2 +- 5 files changed, 3 insertions(+), 116 deletions(-) delete mode 100644 documentation/robuild.en diff --git a/developers/index.en b/developers/index.en index dd773e8..d6b1038 100644 --- a/developers/index.en +++ b/developers/index.en @@ -111,7 +111,7 @@

The source is kept in a Git repository. To check the latest source out use the command provided in the developer documentation.

-

Instructions for building the GTK version will be checked out with the source code. A guide to building NetSurf on RISC OS can be found in the documentation section of the web site.

+

The recommended compilers are GCC or Clang. Guides to building NetSurf for various platforms are available in the source tree.

It is also possible to browse the source online via the web interface.

diff --git a/documentation/develop.en b/documentation/develop.en index f1de2e1..66342b7 100644 --- a/documentation/develop.en +++ b/documentation/develop.en @@ -80,7 +80,7 @@

Compiling

-

The recommended compiler is GCC. A guide to building NetSurf on RISC OS is available, as are instructions for building the GTK version. NetSurf can also be cross-compiled for RISC OS using GCCSDK.

+

The recommended compilers are GCC or Clang. Guides to building NetSurf for various platforms are available in the source tree.

The autobuilder compiles NetSurf every 15 minutes if changes have been checked into our Git repository.

diff --git a/documentation/index.en b/documentation/index.en index b45779e..9942158 100644 --- a/documentation/index.en +++ b/documentation/index.en @@ -181,12 +181,6 @@
  • Communication
  • Translations
  • - -
  • Building NetSurf on RISC OS -
  • diff --git a/documentation/robuild.en b/documentation/robuild.en deleted file mode 100644 index a52aa67..0000000 --- a/documentation/robuild.en +++ /dev/null @@ -1,107 +0,0 @@ - - - -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. -
    - - - -
    - - -
    - -
    - - - diff --git a/downloads/source/index.en b/downloads/source/index.en index de5cb94..ef51545 100644 --- a/downloads/source/index.en +++ b/downloads/source/index.en @@ -88,7 +88,7 @@

    Users of Unix-like platforms, including Linux, should follow the build instructions provided in the Docs/BUILDING-GTK file. This can be found in the source tree or viewed via the Git web interface.

    RISC OS

    -

    RISC OS users should consult the build instructions in the documentation.

    +

    RISC OS users should follow the build instructions provided in the Docs/BUILDING-RISC_OS file. This can be found in the source tree or viewed via the Git web interface.

    Haiku and BeOS

    Users of BeOS-like platforms should follow the build instructions provided in the Docs/BUILDING-BeOS file. This can be found in the source tree or viewed via the Git web interface.

    -- cgit v1.2.3