Skip to content
Snippets Groups Projects
Commit 37206f51 authored by Matteo Cicuttin's avatar Matteo Cicuttin
Browse files

Added a note in compile instructions.

parent 93f92c27
No related branches found
Tags v0.1.0
No related merge requests found
......@@ -16,6 +16,11 @@ ccmake ..
make
```
If Eigen gives you compilation errors, install the last version from their site and configure the project with
```
ccmake .. -DEigen3_DIR=/your/eigen/install/path/eigen/cmake/
```
If you don't compile tests, you will get an executable called `maxwell_solver`. It takes a single parameter, the path of the Lua configuration script (see in `share` for some examples).
To visualize the results you need VisIt (https://wci.llnl.gov/simulation/computer-codes/visit).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment