Skip to content

Commit

Permalink
Add top level build instruction for those checking out Knopflerfish.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolin committed Oct 7, 2013
1 parent 50abe7e commit 47d7779
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions BUILD.txt
@@ -0,0 +1,16 @@
To build Knopflerfish from scratch you need:

Java SE 6 (or 5).
Java SE 7 or later can not be used since they do not support the
javac target option "jsr14" which is needed to build code
containing generics in a way that makes it is runnable on JDK 1.4
and later (including Java SE 7).

Ant 1.8.1 (or later)


Type "ant all" in this directory to build all bundles and test bundles.


See htdocs/html_src/building.html for more details, or visit
http://www.knopflerfish.org/releases/current/docs/building.html

0 comments on commit 47d7779

Please sign in to comment.