You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+35-28Lines changed: 35 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ You may build and run the demo _either_ manually _or_ by using Docker _or_ Nix.
6
6
We hence recommend the manual setup because it enables you to use DiffDetective in any of your own Maven projects.**
7
7
8
8
The Nix and Docker setups build the demo to a runnable jar file.
9
-
We also provide scripts for running the Demo from within Nix and Docker but we do not recommend using them because the demo launches a graphical user interface which frequently causes problems when run from within Nix or Docker (see Troubleshooting section at the bottom of this file).
9
+
We also provide scripts for running the Demo using Nix dependencies and inside Docker but we do not recommend the complete Docker setup because the demo launches a graphical user interface which frequently causes problems when inside of Docker (see Troubleshooting section at the bottom of this file).
10
10
We hence recommend (1) to build either manually or with Nix or with Docker and (2) to run the produced jar file manually.
11
11
(Windows users should _not_ use the Nix setup except if they are experts on WSL2, XServers, and Nix (see [REQUIREMENTS.md](REQUIREMENTS.md)).)
12
12
@@ -15,7 +15,7 @@ Once you decided for a setup (Manual/Docker/Nix), check the requirements needed
15
15
>In case you encounter problems during the setup, you may have a look at the _Troubleshooting_ section at the bottom of this file.
16
16
17
17
18
-
## Manual Setup
18
+
## Manual Build
19
19
20
20
Follow the setup instructions on the [DiffDetective website](https://variantsync.github.io/DiffDetective/) for building and installing DiffDetective with Maven (and _not_ with Nix).
21
21
These instructions make you clone the repo and install it.
0 commit comments