Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
......@@ -49,7 +49,7 @@ The steps for installing BoSSS on Linux are:
1. Obtain [.NET5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0),
see also https://docs.microsoft.com/de-de/dotnet/core/install/linux for the
most recent versions of BoSSS.
See also [here](./NET5-Upgrade#installation-of-.net-5-in-linux:)
See also [here](./NET5-Upgrade#installation-of-net-5-in-linux)
<del> Obtain [Mono](https://fdy-tuda.openproject.com/www.mono-project.com) (version 6.0 or higher), either by installing a [pre-built package](https://fdy-tuda.openproject.com/www.mono-project.com/download/) or by [compiling](https://fdy-tuda.openproject.com/www.mono-project.com/docs/compiling-mono/linux/) it from a [tarball](https://download.mono-project.com/sources/mono/). </del>
2. Obtain/install/load OpenMPI
3. Obtain/install/load native libraries `libBoSSSnative_seq.so`, `libBoSSSnative_omp.so` and `libBoSSSnative_mpi.so`
......@@ -141,7 +141,7 @@ Available kernels:
dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive
```
Especially if you installed `dotnet` in your local user account, e.g.
if you are not usin root/superuser priviliges,
if you are not using root/superuser priviliges,
you might have to modify the path set the DOTNET_ROOT` correctly in your
in your `.bashrc`, where `xxxxxxx` is the name of your home directory:
```
......
......