aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index e7a80cd..cbe1389 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,21 @@ Final Project for Moravian University CSCI 392: High Performance Computing.
## Program
+Each version of the complex fractal generator has its own dependencies.
+The serial version should compile on all systems that support complex arithmetic.
+
+The shared version requires a compiler with [OpenMP](https://www.openmp.org/) support.
+
+The image plotting program works with [ImageMagick](https://www.openmp.org/) 7+. Earlier versions may work but are not supported.
+
### Building
+To build all versions simply run
+
+```bash
+make
+```
+
### Running
## Animations