summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2011-08-30 10:46:27 +0300
committerKalle Vahlman <kalle.vahlman@movial.com>2011-08-30 11:38:26 +0300
commit7d7cdbae9f1c5c497dd668d8c429d5bdd3441da0 (patch)
tree992aebbc57916ed3d55b395eb04f034e8a963300
parent7e37db19dbc355e70e5b17ad4c49f4629583ca17 (diff)
Update README with build instructions
-rw-r--r--README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 04d8a68..47af277 100644
--- a/README.txt
+++ b/README.txt
@@ -7,3 +7,17 @@ serializer.jar
xalan.jar
xercesImpl.jar
xml-apis.jar
+
+To build, first run
+
+ make config
+
+to create/update build path configuration.
+
+To build the libraries, run
+
+ make
+
+To build debian packages, run
+
+ make debian