summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-26 16:23:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-26 16:23:34 +0000
commitd63daf05250b74fcf0389c024efcba88e24b9b96 (patch)
tree31748f1671480599892b23487a7300fcec7812bd /Docs
parent055ab3ee17c3ec2c6e92d1d8a270f885b32e6ec9 (diff)
downloadnetsurf-d63daf05250b74fcf0389c024efcba88e24b9b96.tar.gz
netsurf-d63daf05250b74fcf0389c024efcba88e24b9b96.tar.bz2
Minor corrections for libcss build
svn path=/trunk/netsurf/; revision=8803
Diffstat (limited to 'Docs')
-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,