Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
......@@ -27,7 +27,8 @@ The advantage of C#, resp. .NET is that _the executable is platform-independent_
To install on Windows:
1. Download and install
[.NET6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
~~[.NET6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)~~
[.NET8 SDK and Runtime](https://dotnet.microsoft.com/download/dotnet/6.0)
2. Execute the BoSSS Windows installer.
Afterwards, you can [test the installation](#testing-the-installation).
......@@ -47,7 +48,7 @@ The steps for installing BoSSS on Linux are:
1. Install .NET (`dotnet`), see at extensive [notes on the installation of
.NET](./NET6-Upgrade#installation-of-net-6-in-linux); In short: Download and install [.NET6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0), see also <https://docs.microsoft.com/de-de/dotnet/core/install/linux> for the most recent versions and best practices for your system.
.NET](./NET8-Upgrade#installation-of-net-8-in-linux); In short: Download and install [.NET8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0), see also <https://docs.microsoft.com/de-de/dotnet/core/install/linux> for the most recent versions and best practices for your system.
2. Obtain/install/load OpenMPI
3. Obtain the
[lastest installer](https://kummer.pages.rwth-aachen.de/bosss-public/BoSSS-setup-latest.run)
......
......