diff -r 129ef9bb1477 -r 0bf1c1fdf1e3 README --- a/README Sun Feb 23 14:03:15 2025 +0100 +++ b/README Sun Feb 23 14:04:38 2025 +0100 @@ -25,9 +25,9 @@ The build processes requires executing a simple configure script and calling make. You can clone the repository or download the sources from SourceForge. - wget https://sourceforge.net/projects/ucx/files/ucx-latest.tar.gz - tar -xzf ucx-latest.tar.gz - cd ucx-latest + wget -O libucx.tgz https://sourceforge.net/projects/ucx/files/latest + tar -xzf libucx.tgz + cd libucx Then execute ./configure with the options you like. You can get a list of all available options with ./configure --help. The recommended configuration