# HG changeset patch # User David A. Holland # Date 1653977030 14400 # Node ID 562c313f14f4dbc765220b2414c7f634d6b9aa2c # Parent 12171da8943f23df1ae48a6c27bb9e0d0951a9dd some minor updates for 2022 diff -r 12171da8943f -r 562c313f14f4 doc/install/install.txt --- a/doc/install/install.txt Tue May 31 01:56:37 2022 -0400 +++ b/doc/install/install.txt Tue May 31 02:03:50 2022 -0400 @@ -17,14 +17,14 @@ There are essentially two supported builds: the Unix command-line-only build and the Windows GUI build. -The Unix build currently requires gcc 3.x or 4.x. Reasonable patches -for other Unix compilers (e.g. the Intel compiler on Linux, or Sun's -payware compiler) will probably be accepted. If you have gcc set up as -a cross-compiler, you can cross-compile AnaGram. See below. +The Unix build currently requires gcc; explicit support for clang +should arrive shortly. Reasonable patches for other Unix compilers +will probably be accepted. If you have gcc set up as a cross-compiler, +you can cross-compile AnaGram. See below. The Windows GUI build requires IBM Visual Age for C++ version 3.5, because the GUI uses that compiler's semi-proprietary GUI class -library. You also need Wine 1.0 or later. See below. +library. You also need Wine. See below. Note that the source, though not the build system, has some support for a number of other Windows compilers (including Borland, Watcom, @@ -40,7 +40,8 @@ comment courier graphicx helvet ifpdf ifthen palatino parskip sectsty ragged2e url -These all come with teTeX, so no unusual steps should be necessary. +These all come with popular TeX distributions, so no unusual steps +should be necessary. 1a. Notes on Wine (Windows build only) @@ -63,10 +64,6 @@ f48f0aace7c6f247bae015b43f16969a. Wine has improved a good deal since then, however, and this may no longer be necessary. -Because of problems with Wine on NetBSD, you can only compile the -Windows build on NetBSD with some combinations of versions of NetBSD -and of Wine. Linux works, however. - 2. Configuring