summaryrefslogtreecommitdiffstats
path: root/README-install
AgeCommit message (Collapse)AuthorLines
2023-05-08doc: adjust build instructions for disabling year 2038 supportPádraig Brady-1/+1
* README-install: Adjust the instructions as per recent gnulib updates.
2023-04-10doc: update re 32-bit buildsPaul Eggert-7/+7
* README-install: Mention how to build on 32-bit-only hosts. This builds on a previous patch by Pádraig Brady.
2022-08-13doc: README: split out ancillary informationPádraig Brady-0/+111
The README was becoming too long and contained quite a bit of info only pertaining to rarely used systems, so... * README: Split out install specific info to README-install. Also remove a few stale lines, and reorder a few items. * README-install: A new file split from README. * Makefile.am [EXTRA_DIST]: Explicitly reference new README-install file for distribution, since automake only auto adds README. * TODO: Reference the HPUX info now in README-install.