summaryrefslogtreecommitdiff
path: root/src/jline/README.md
blob: 6d129e721d534f94625e803865b056caa7075a62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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