summaryrefslogtreecommitdiff
path: root/amiga/dist
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-09-06 21:37:58 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-09-06 21:37:58 +0000
commit95dfffb3dfcb060682c9e47f557a534369d23904 (patch)
tree7069725c4be1801671291785c95e0d0942e51352 /amiga/dist
parent8f451932d1be339fc5aaf2095efa0acb2b1de8c7 (diff)
downloadnetsurf-95dfffb3dfcb060682c9e47f557a534369d23904.tar.gz
netsurf-95dfffb3dfcb060682c9e47f557a534369d23904.tar.bz2
Copy a non-iconv.library version of parserutils into the archive in case anybody wants
to save 1MB svn path=/trunk/netsurf/; revision=12764
Diffstat (limited to 'amiga/dist')
-rwxr-xr-xamiga/dist/Install6
1 files changed, 5 insertions, 1 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index a95dd1a6c..4d97a5e58 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -574,6 +574,10 @@
)
(
(p_failedsobjs)
- (exit)
+ (exit "If you are on a low memory system, you may like to use the version of "
+ "parserutils.library in the archive under ParserUtils_lowmem.\n\n"
+ "The low memory version does not use iconv.library so can save "
+ "~1MB of RAM, at the expense of reduced character set support. "
+ "Simply replace the version in LIBS: with that in ParserUtils_lowmem.")
)
)