mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 00:00:54 +03:00
update readme
This commit is contained in:
12
README.rst
12
README.rst
@@ -1,18 +1,24 @@
|
|||||||
sshj - SSHv2 library for Java
|
sshj - SSHv2 library for Java
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
Packaging
|
Building
|
||||||
----------
|
--------
|
||||||
|
|
||||||
$ buildr package
|
You will need `buildr <http://buildr.apache.org/>`_. To see available tasks, run::
|
||||||
|
|
||||||
|
$ buildr help:tasks
|
||||||
|
|
||||||
|
Since there is no official release yet you can use the ``package`` task to create a jar.
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
|
|
||||||
* slf4j
|
* slf4j
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
* bouncycastle for using high-strength ciphers and for reading openssh private key files
|
* bouncycastle for using high-strength ciphers and for reading openssh private key files
|
||||||
* jzlib for using zlib compression
|
* jzlib for using zlib compression
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user