Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
......@@ -32,9 +32,9 @@ Afterwards, you can [test the installation](#testing-the-installation).
The BoSSS installer already includes all required native libraries and prerequisites. These are:
1. Microsoft Visual C++ Redistributable (x64)
2. [Microsoft MPI](https://msdn.microsoft.com/en-us/library/bb524831(v=vs.85).aspx). Check the MPI installation by executing the command `mpiexec` in a console window
3. The [.NET framework](https://www.microsoft.com/net/download/framework) is installed
3. <del>The [.NET framework](https://www.microsoft.com/net/download/framework) is installed
The BoSSS Installer checks whether these components are in place and installs them, if required.
In the case of some problem, one can also download and install these items manually.
In the case of some problem, one can also download and install these items manually.</del>
### Linux
......
......