summaryrefslogblamecommitdiff
path: root/src/jline/README.md
blob: 6d129e721d534f94625e803865b056caa7075a62 (plain) (tree)


























                                                 
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