Update Intro authored by ge68wax's avatar ge68wax
......@@ -11,8 +11,10 @@ After the simulation finished you will find some files with the suffix .vtk in T
## Requirements ##
If you don't have a g++ compiler install it via apt-get
We support g++ and intel compilers. If you don't have a g++ compiler install it via apt-get
```sudo apt-get install g++```
Then run
```export COMPILER=GNU´´´
To run programms on multiple threads it is **nescessary** that you have Intel TBB installed. You can find the most recent version at [TBB](https://github.com/01org/tbb/releases)
In case you get an error like this ```Can not find libtbb.so.2```
......
......