From 15aa3ca44a27a1b1750eef0afb7833842ff39483 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 20 Jun 2025 08:27:29 +0200 Subject: [PATCH 1/2] fix(node): Update versions of supported Linux distributions Signed-off-by: Steffen Vogel --- docs/node/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/node/installation.md b/docs/node/installation.md index c066987..5cf376c 100644 --- a/docs/node/installation.md +++ b/docs/node/installation.md @@ -21,10 +21,10 @@ Please make sure that your system fulfills the [requirements](requirements.md) b VILLASnode can be compiled from source using [CMake](http://cmake.org). This process has been tested with the following Linux distributions: -- Fedora 36 +- Fedora 42 - Debian 12 (Bookworm) - Ubuntu 24.04 (Noble Numbat) -- RHEL / Rocky Linux 8 +- Rocky Linux 9.3 ### Prerequisites From 8825eaa8c05cac9f4ca1e09cf18fa11cac35d1ed Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 20 Jun 2025 08:29:18 +0200 Subject: [PATCH 2/2] fix(node): Add note to refresh linker cache after installation Signed-off-by: Steffen Vogel --- docs/node/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/node/installation.md b/docs/node/installation.md index 5cf376c..06c1aba 100644 --- a/docs/node/installation.md +++ b/docs/node/installation.md @@ -225,6 +225,9 @@ You can also install the binaries and tools into to your search path after build ```shell # Install the VILLASnode libraries tools and binaries cmake --build ./build --target install + +# Refresh linker cache +sudo ldconfig ``` ### Customizing the build