@@ -57,7 +57,10 @@ The steps for installing BoSSS on Linux are:
`*.run` - files).
This installser will unpack the native libraries,
naemly the files `libBoSSSnative_seq.so`, `libBoSSSnative_omp.so` and `libBoSSSnative_mpi.so`.
4. Set the `BOSSS_INSTALL` environment variable to point to the directory
created in the prvious step.
The files `libBoSSSnative*.so` should be in the directory
`$BOSSS_INSTALL/native/linux/amd64-openmpi`.
Note on Native libraries: If these pre-build libraries are not compatible with your system (we do our best, but binary compatibility across distributions is quite difficult on Linux), you will need to compile them yourself, the source code can be found at <https://github.com/FDYdarmstadt/BoSSS-native>, resp. <https://git.rwth-aachen.de/kummer/BoSSS-native>