summaryrefslogtreecommitdiff
path: root/src/jline/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/jline/README.md')
-rw-r--r--src/jline/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/jline/README.md b/src/jline/README.md
new file mode 100644
index 0000000000..6d129e721d
--- /dev/null
+++ b/src/jline/README.md
@@ -0,0 +1,27 @@
+Description
+-----------
+
+JLine 2.x
+
+License
+-------
+
+BSD
+
+Building
+--------
+
+### Requirements
+
+* Maven 2+
+* Java 5+
+
+Check out and build:
+
+ git clone git://github.com/jdillon/jline2.git
+ cd jline2
+ mvn install
+
+To build the jdk14 jar:
+
+ mvn install -Dretro