changeset 2444:c2a52df64cca

Update the list of dependencies / requirements.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 May 2022 13:36:03 +0300
parents fc2f36b74dd7
children 0a79ef6f1467
files README
diffstat 1 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu May 12 13:26:48 2022 +0300
+++ b/README	Thu May 12 13:36:03 2022 +0300
@@ -34,17 +34,18 @@
 software packages or functional equivalents installed:
 
  - GCC or Clang or possibly other C99 compatible compiler
- - GNU Wget or curl
- - Perl 5.10 or later
+ - GNU wget or curl
  - ImageMagick (GraphicsMagick might not work)
  - GNU diff, patch, make and sed
- - GNU bash or some other reasonable shell (dash fails to expand {} braces)
+ - GNU bash
  - TNSP "th-libs" C utility code library, usually you need the latest
    one for the latest maputils, available as Mercurial repository at
    https://tnsp.org/hg/th-libs/
 
 Optional:
 
+ - Perl 5.10 or later for regenerating old/hcbat.loc
+
  - libpng 1.2 or 1.6 and development headers for PNG output support
    in map2ppm.
 
@@ -53,11 +54,12 @@
    of libwebsockets have been tested: 2.0.3, 2.2.0, 3.2.1 and
    4.0.20 .. I can't guarantee compatibility with all versions.
 
- - PHP 7.x for src/genbcxml.php
+ - PHP 7.x or 8.x for src/genbcxml.php in order to generate
+   Batclient markers.xml
 
- - Stuff under www/ requires PHP 7.x, but it's not really even
-   meant for public consumption, this repository just works as a
-   storage medium for it.
+ - Stuff under www/ requires PHP 7.x or 8.x, but it's not really
+   even meant for public consumption, this repository just works as
+   a storage medium for it.
 
 
 Usage