summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2016-09-13 18:23:12 -0500
committerDavid McMackins II <contact@mcmackins.org>2016-09-13 18:23:12 -0500
commit093dc1fc22a5835034501ac98285b003dc573eb5 (patch)
tree98258b3d81189b2271da5a2080acc641c5ec27a0
parente042059e4b6ff8e8cf0e3de6fb3646814c550be1 (diff)
Add build instructions
-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
-------