You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/node/installation.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,19 +292,15 @@ This can be achieved by using the `WITHOUT_GPL` CMake option:
292
292
cmake -S . -B build -DWITHOUT_GPL=ON
293
293
```
294
294
295
-
## Single-binary
295
+
## Single-binary / Standalone Executable
296
296
297
-
We provide single-binary builds of VILLASnode bundle all depdendencies in a [self-extracting archive](https://en.wikipedia.org/wiki/Self-extracting_archive).
297
+
We provide single-binary / standalone executable builds of VILLASnode bundle all depdendencies in a [self-extracting ARX archive](https://en.wikipedia.org/wiki/Self-extracting_archive).
298
298
These standalone binaries allow running VILLASnode irrespectively of the underlying Linux distribution or availability of library dependencies.
0 commit comments