A couple more NEWS tweaks.
authorWayne Davison <wayne@opencoder.net>
Wed, 17 Jun 2020 17:30:32 +0000 (10:30 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 17 Jun 2020 17:30:32 +0000 (10:30 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 29fc39b68cb906ab339548fb6f9afd18edbb82b9..f308460b3d1d95f6ae3dc55175ccdbb093283931 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -170,16 +170,16 @@ Protocol: 31 (unchanged)
    algorithms, extra checksum algorithms, and allow use of openssl's crypto
    lib for (potentially) faster MD4/MD5 checksums.
 
- - Add _build_ dependency for g++ (on x86_64 systems) to enable the SIMD
-   checksum optimizations.  This is auto-disabled on non-x86_64 build_cpu, or
-   if g++ isn't found on non-Linux systems.  Run configure with
-   `--disable-simd` if you run into a build problem.
+ - Add _build_ dependency for g++ on x86_64 systems **if** you want to enable
+   the SIMD checksum optimizations (via `configure --enable-simd`).
 
  - Add _build_ dependency for _either_ python3-cmarkcfm or python3-commonmark
    to allow for patching of man pages or building a git release.  This is not
    required for a release-tar build, since it comes with pre-built man pages.
-   (Note that cmarkcfm is faster than commonmark, but they generate the same
-   data.)
+   Note that cmarkcfm is faster than commonmark, but they generate the same
+   data.  The commonmark dependency is easiest to install since it's native
+   python, and can be installed via `pip3 install --user commonmark` if you
+   want to just install it for the build user (or omit `--user`).
 
  - Remove yodl _build_ dependency (if it was even listed before).