From d63daf05250b74fcf0389c024efcba88e24b9b96 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 26 Jul 2009 16:23:34 +0000 Subject: Minor corrections for libcss build svn path=/trunk/netsurf/; revision=8803 --- Docs/BUILDING-AmigaOS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Docs') diff --git a/Docs/BUILDING-AmigaOS b/Docs/BUILDING-AmigaOS index fde7573f4..215036309 100644 --- a/Docs/BUILDING-AmigaOS +++ b/Docs/BUILDING-AmigaOS @@ -37,7 +37,7 @@ Running NetSurf from the build tree requires some setup: 1> makelink resources amiga/resources force - 1> makelink NetSurf.info amiga/dist/NetSurf.info + 1> copy amiga/resources/themes/default/NetSurf.info NetSurf.info It should then be possible to run NetSurf by executing NetSurf from the Shell or by double-clicking on the icon. @@ -202,6 +202,7 @@ SDK:newlib/include/strings.h needs to be modified by adding the following: extern int strcasecmp(const char *, const char *); + extern int strncasecmp(const char *, const char *, size_t); amiga/version.c is generated by version.rexx using the SVN command. If the source has not been checked out from SVN, or is being cross-compiled, -- cgit v1.2.3