From 308d2d3345950bf1768e7cf5945b3027a83995eb Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 27 Mar 2009 11:23:25 +0000 Subject: Rename Makefile.config to Makefile.defaults and update the docs svn path=/trunk/netsurf/; revision=6937 --- Docs/BUILDING-AmigaOS | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Docs/BUILDING-AmigaOS') diff --git a/Docs/BUILDING-AmigaOS b/Docs/BUILDING-AmigaOS index cf35c541f..6fed96c83 100644 --- a/Docs/BUILDING-AmigaOS +++ b/Docs/BUILDING-AmigaOS @@ -16,10 +16,11 @@ Building and executing NetSurf ================================= - First of all, you should examine the contents of Makefile.config and enable - and disable relevant features as you see fit. Some of these options can be - automatically detected and used, although it is better to explicitly enable - or disable options. + First of all, you should examine the contents of Makefile.defaults + and enable and disable relevant features as you see fit by creating + a Makefile.config. Some of these options can be automatically + detected and used, although it is better to explicitly enable or + disable options. You should then obtain NetSurf's dependencies, keeping in mind which options you have enabled in the configuration file. See the next section for @@ -31,7 +32,7 @@ If that produces errors, you probably don't have some of NetSurf's build dependencies installed. See "Obtaining NetSurf's dependencies" below, or turn - off the complaining features in Makefile.config. + off the complaining features in a Makefile.config. Running NetSurf from the build tree requires some setup: @@ -161,7 +162,7 @@ NetSurf uses James Shaw's librosprite for rendering RISC OS Sprite files on non-RISC OS platforms. The Makefile will automatically use librosprite, you - can disable it by editing Makefile.config. + can disable it by creating a Makefile.config. To build librosprite, check out from svn://svn.rjek.com/jshaw/libsprite/trunk @@ -173,7 +174,7 @@ NetSurf can use Haru PDF to enable PDF export and printing in GTK. This is currently enabled by default, and cannot be auto-detected by the Makefile. - If you wish to disable it, do so by editing Makefile.config. + If you wish to disable it, do so by creating a Makefile.config. Haru PDF can be obtained from http://libharu.sourceforge.net/, although we currently depend on features that the official version does not have. You -- cgit v1.2.3