From 093dc1fc22a5835034501ac98285b003dc573eb5 Mon Sep 17 00:00:00 2001 From: David McMackins II Date: Tue, 13 Sep 2016 18:23:12 -0500 Subject: Add build instructions --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index fd10a41..bf886ae 100644 --- a/README +++ b/README @@ -5,6 +5,18 @@ IceBox is an inventory management application designed for use in family-owned restaurants. Advantages over handwritten or spreadsheet inventory management include reorder notification and waste ratio reporting. +Build +----- + +The NetBeans IDE is used in developing this application, which generates `ant` +build scripts by default. You can either load the project in NetBeans yourself, +or you can build with `ant` like so: + + $ ant clean jar + +The environment variable `JAVA_HOME` needs to point to a valid JDK for the +command-line build to work. + Hacking ------- -- cgit v1.2.3