From 591313c81ca38354dc819c4a9cef93ba597e3ea5 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 20 Sep 2019 21:09:53 +0100 Subject: [PATCH] point to the pkg project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38595b2a..7e7cb09b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ If you want to run the unit tests, type Some of the UI tests will fail because they haven't been written yet :-/ +If you want to build binary bundles for Windows and Mac that do not depend on Java or I2P, see the https://github.com/zlatinb/muwire-pkg project + ### Running After you build the application, look inside `gui/build/distributions`. Untar/unzip one of the `shadow` files and then run the jar contained inside by typing `java -jar MuWire-x.y.z.jar` in a terminal or command prompt.