diff -r 91a64ba395f7 -r 637d4775e79e docs/Writerside/topics/install.md
--- a/docs/Writerside/topics/install.md Sun Apr 06 13:13:52 2025 +0200
+++ b/docs/Writerside/topics/install.md Sun Apr 06 13:21:17 2025 +0200
@@ -1,6 +1,4 @@
----
-title: Build Instructions
----
+# Build Instructions
The build processes uses configure and make.
Make sure that you have `make` and a
@@ -14,7 +12,7 @@
Download the latest source archive from
Source Forge and extract it somewhere on your machine.
You can also use the command line to do this.
-
+
wget -O libucx.tgz https://sourceforge.net/projects/ucx/files/latest
tar -xzf libucx.tgz
cd libucx
@@ -24,7 +22,7 @@
Configure the build according to your preferences. You can get a list of
all available options with ./configure --help
.
The recommended configuration for production builds is ./configure --release
.
-
+
./configure --release
make
make check