aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-10-14 16:32:30 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-10-14 16:32:30 +0200
commit09dcd79529db676b533ad28e9b657da9171c0675 (patch)
tree0124447de531fd28472ff53a715ad6f86a683bd2 /README
parent3a3ca496efafb6f15a149f2014142db4a05b919a (diff)
downloadlombok-09dcd79529db676b533ad28e9b657da9171c0675.tar.gz
lombok-09dcd79529db676b533ad28e9b657da9171c0675.tar.bz2
lombok-09dcd79529db676b533ad28e9b657da9171c0675.zip
More serious work on the build system.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 15 insertions, 2 deletions
diff --git a/README b/README
index c900d849..618ab1d8 100644
--- a/README
+++ b/README
@@ -1,8 +1,21 @@
projectlombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code.
+See LICENCE for the project lombok licence.
-Using lombok is made as simple as possible, and aims to work on all major java IDEs as well as javac itself.
-See LICENCE for the project lombok licence.
+To start:
+
+First, run:
+
+ant installDeps
+
+to grab a bunch of dependencies interactively from the internet.
+
+Then, to build lombok:
+
+ant dist
+
+try ant -projecthelp for descriptions of other options.
+
Project Authors: