Skip to content

Update VILLASnode installation instructions #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/node/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down