From 5f23ebe6f5aa19d9403b5825a64ca58124642055 Mon Sep 17 00:00:00 2001 From: Andrew Rosenberg Date: Mon, 6 Mar 2017 13:40:57 -0600 Subject: [PATCH] Update README --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index aa84729..065058f 100644 --- a/README +++ b/README @@ -6,9 +6,11 @@ AuToBI is free software: you can redistribute it and/or modify it under the terms of the Apache License included in this repository as LICENSE-2.0.txt -The lib file contains the list of dependent files. But these are not enough. +Some build notes: -build.xml is the most important file here. It contains the list of all the dependent libraries required and its correct versions. +The lib file contains the distributions of some (but not all) dependency jars. + +build.xml contains the list of all the dependent libraries required and their correct versions. Download them and place it in the lib folder. Start a new project using ANT build in Eclipse and run an ANT build for build.xml.