Update Intro authored by ge68wax's avatar ge68wax
......@@ -14,8 +14,6 @@ After the simulation finished you will find some files with the suffix .vtk in T
If you don't have a g++ compiler install it via apt-get
```sudo apt-get install g++```
You might need to install [Java 1.8](https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04) jre and jdk
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```
also add the lines
......@@ -143,7 +141,7 @@ output-directory const = ./ApplicationExamples/SWE/SWE_ADERDG
To generate the code body apply the toolkit to the specification file we just created. Make sure that you ran the setUp.sh script in advance. Go back to the ExaHyPE root directory and hit :
```sh
./applyToolkit.sh ApplicationExamples/SWE/SWE_ADERDG.exahype
./Toolkit/toolkit.sh ApplicationExamples/SWE/SWE_ADERDG.exahype
```
The Toolit will end with `setup build environment ... ok` if it terminated successful, else you'll receive a detailed error message.
......
......