From 5d9c16dedaac0c4b59a57babc717c6cb28b70e60 Mon Sep 17 00:00:00 2001 From: type6six <73005034+type6six@users.noreply.github.com> Date: Sun, 22 Sep 2024 15:03:09 -0700 Subject: [PATCH] minor edit --- gh-pages/docs/ION-Quick-Start-Guide.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gh-pages/docs/ION-Quick-Start-Guide.md b/gh-pages/docs/ION-Quick-Start-Guide.md index 12449441c..59dd3634c 100644 --- a/gh-pages/docs/ION-Quick-Start-Guide.md +++ b/gh-pages/docs/ION-Quick-Start-Guide.md @@ -18,12 +18,19 @@ Depending on the Linux distribution, the package names may differ. To install pa To verify the installation, run: `automake --version` + `autoconf --version` + `libtool --version` + `m4 --version` + `gcc --version` + `make --version` +to check for proper installation. + NOTE: Alternative build methods without the `automake` ecosystem are also available. See section [Alternative Build Methods without Automake](#alternative-build-methods-without-automake) for details. ### Build ION 4.1.3 (and earlier versions) without actual cipher suite