From 0c20e3a9cc0effcd2b5512b47ea704e7a52bbaf1 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Mon, 14 Nov 2005 12:50:31 +0000 Subject: [PATCH] Update info about locale support for DJGPP build --- docs/building.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/building.txt b/docs/building.txt index 0770185..b1ede20 100644 --- a/docs/building.txt +++ b/docs/building.txt @@ -43,7 +43,9 @@ First, edit GNUmakef.def for the preferrable compilation options. ---- DJGPP ONLY ---- When building in DJGPP environment you may wish to use liblocal which may be -found on http://aaganichev.narod.ru/djgpp/llocl02b.zip. This provides basic +found on DJGPP site (visits a http://www.delorie.com/djgpp/ and locate for +llocl02b.zip) or on Alexander S. Aganichev's personal page (direct link is +http://aaganichev.narod.ru/djgpp/llocl02b.zip). This library provides basic locale support via country.sys driver. Otherwise just comment -llocal in GNUmakef.def. ------ COMMON ------