Skip to content

Commit a93e3ed

Browse files
committed
REQUIREMENTS: graphviz
1 parent 6f175fb commit a93e3ed

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

REQUIREMENTS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ For downloading this demo, we recommend Git (installing Git is explained in [thi
1111
The setup is tested on Windows 10, WSL2, Manjaro, Ubuntu, NixOS and MacOS Monterey.
1212

1313
### Toolchain
14-
This demo is a Maven project based on Java 17. Thus, it requires a [Java development toolkit](https://www.oracle.com/java/technologies/downloads/) of version 17 or higher, and [Maven](https://maven.apache.org/).
14+
This demo is a Maven project based on Java 17.
15+
16+
To build the demo, a [Java development toolkit](https://www.oracle.com/java/technologies/downloads/) of version 17 or higher, and [Maven](https://maven.apache.org/) are required.
17+
18+
To run the demo, graphviz should be installed. You may find installation instructions for graphviz [here](https://graphviz.org/download/).
19+
You may run the demo without graphviz but the demo will print an error to the terminal and DiffDetective cannot compute a layout for visualizing graphs.
20+
So the GUI may appear differently as in the screencast (see _Expected Output_ section in [INSTALL.md](INSTALL.md)).
1521

1622
### Java Dependencies
1723
The demo has few dependencies, most of which will be handled automatically by Maven.

0 commit comments

Comments
 (0)