From: Bruno Haible Date: Tue, 1 Apr 2003 10:17:45 +0000 (+0000) Subject: Installation instructions. X-Git-Tag: v0.12~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae4b3b1261a8be2ead3da1c351fce9f05c3bdb0;p=thirdparty%2Fgettext.git Installation instructions. --- diff --git a/ChangeLog b/ChangeLog index ab2c5fc05..06289199f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-04-01 Bruno Haible + + * README.mingw: New file. + * README.vms: New file. + * Makefile.am (EXTRA_DIST): Add them. + 2003-03-30 Bruno Haible * Makefile.vms: New file. diff --git a/Makefile.am b/Makefile.am index 92d1ac2f0..181338af7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,12 +48,13 @@ EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk # VMS support. -EXTRA_DIST += Makefile.vms +EXTRA_DIST += README.vms Makefile.vms # Woe32 support. EXTRA_DIST += README.woe32 Makefile.msvc +EXTRA_DIST += README.mingw # Documentation tag not known to automake. diff --git a/README.mingw b/README.mingw new file mode 100644 index 000000000..9f1a1da92 --- /dev/null +++ b/README.mingw @@ -0,0 +1,10 @@ +Installation on Mingw32: + +See file INSTALL. + +When configuring with the default options, the build will attempt to create +shared libraries and fail because libtool 1.4.3 does not support shared +libraries on Mingw32. To remedy: + - Either configure with option --disable-shared, to create non-shared + libraries only. + - Or update this package with the libtool CVS, and configure normally. diff --git a/README.vms b/README.vms new file mode 100644 index 000000000..6408f4696 --- /dev/null +++ b/README.vms @@ -0,0 +1,9 @@ +Installation on VMS: + +- Build instructions: + + $ mms /description=Makefile.vms + +- Installation: + + $ mms /description=Makefile.vms install