From 832de232634f74d2a7ba180313d65cfac07d4e62 Mon Sep 17 00:00:00 2001 From: hneemann Date: Tue, 5 Nov 2019 17:27:42 +0100 Subject: [PATCH] added a readme. closes #373 --- distribution/_ReadMeFirst.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 distribution/_ReadMeFirst.html diff --git a/distribution/_ReadMeFirst.html b/distribution/_ReadMeFirst.html new file mode 100644 index 000000000..017c31726 --- /dev/null +++ b/distribution/_ReadMeFirst.html @@ -0,0 +1,14 @@ + + +

Important Note

+

This folder contains the files needed to create a distributable release.

+

It is NOT possible to run Digital by starting the EXE or SH files in this folder!

+

If you want to use Digital, please download a + released build. +

+

If you don't want to use the latest release, you have to build the binary yourself. + The easiest way to do this is to use maven: + Install maven and run mvn install in the folder of the pom file. + The target folder will then contain the binaries.

+ + \ No newline at end of file