From 18fce4eaf8093b5455f72136b94c7987fc7bdab7 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Mon, 6 Mar 2017 16:06:38 -0500 Subject: [PATCH] Instructions for building the Java code. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 057e2b6d..8ec54eb2 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,10 @@ There are several components available here. As an end-user, you can currently - `platform-independent/gui-java`: This is the platform-independent desktop implementation of Master Password, written in Java. - `platform-independent/web-js`: This is the platform-independent browser application for Master Password, written in JavaScript. +## Building + +To build the Java code, go into the `build` root directory and run `gradle build`. All Java components will then be built, you can find the build product for each component by going into the component's directory and looking in its own `build` subdirectory. + ## Support Feel free to contribute by forking the project, contributing issues or joining the discussion on Gitter, #masterpassword (on chat.freenode.net) or #masterpassword:lyndir.com (on Matrix).