summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2016-11-11 10:52:19 -0600
committerDavid McMackins II <contact@mcmackins.org>2016-11-11 10:52:19 -0600
commit2bde1f51b4c5c684757666163f0d1c4d3d2d5767 (patch)
tree0660118e5d1b79803331088fe5f71267ba266595
parent6474078ba69227059cef46ddc7b4664c926e4887 (diff)
parent093dc1fc22a5835034501ac98285b003dc573eb5 (diff)
Merge branch 'master' of ssh://git.delwink.com:29418/icebox
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
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
-------