= Build
== Prerequisites
.To build *rscrypt*, you will need the following dependencies
* https://doc.rust-lang.org/stable/cargo/[Cargo] (v1.61.0 or later)
.To build man pages, you will need the following additional dependencies
* https://asciidoctor.org/[Asciidoctor]
== Building from source
.To clone the repository
[source, shell]
----
git clone https://github.com/sorairolake/rscrypt.git
cd rscrypt
----
.To build a package
[source, shell]
----
just build
----