Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
...@@ -21,7 +21,7 @@ you can start [working with the source code](Working-with-BoSSS-as-a-Developer). ...@@ -21,7 +21,7 @@ you can start [working with the source code](Working-with-BoSSS-as-a-Developer).
The advantage of C#, resp. .NET is that _the executable is platform-independent_. The advantage of C#, resp. .NET is that _the executable is platform-independent_.
This implies e.g. that an executable compiled on a Windows/Mac laptop This implies e.g. that an executable compiled on a Windows/Mac laptop
can be copied to a Linux/Unix HPC system and executed there without re-compilation. can be copied to a Linux/Unix HPC system and executed there without re-compilation.
As discussed in the [Core Concepts](Core-concepts#c-Sharp,-.net-and-mono), As discussed in the [Core Concepts](./Core-concepts#c-Sharp,-.net-and-mono),
this obviously requires some _middleware_ and some libraries to be present on the target computer. In the following, we will thus summarize some best practices for the installation of the [pre-compiled BoSSS binaries](https://github.com/FDYdarmstadt/BoSSS/releases) on different operating systems. this obviously requires some _middleware_ and some libraries to be present on the target computer. In the following, we will thus summarize some best practices for the installation of the [pre-compiled BoSSS binaries](https://github.com/FDYdarmstadt/BoSSS/releases) on different operating systems.
... ...
......