summaryrefslogtreecommitdiff
path: root/Docs/BUILDING-AmigaOS
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/BUILDING-AmigaOS')
-rw-r--r--Docs/BUILDING-AmigaOS3
1 files changed, 2 insertions, 1 deletions
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,