waLBerla 7.2
|
Yes; there are several ways to get an up-to-date version of CMake even without super-user rights on a machine.
If you have Python available, you may create and activate a new virtual environment and install CMake into it using pip
:
You can ensure that you are using the pip
-installed CMake version like this:
You can download a binary distribution of CMake directly from cmake.org and install it into your user directory. In this case, you might have to manually add the installation directory to PATH
.