From 57727c43fee9bd11bd2039caef31c1001eefdce3 Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Tue, 16 Jun 2020 22:22:43 +0200 Subject: [PATCH] README compile --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4a0929d..61f9e3e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ Features * AES Encryption * Key Descriptor Management +Get the source code and compile +------------------------------- + + git clone git@github.com:scsitape/stenc.git + cd stenc/ + autoreconf --install + ./configure + make Linux Packages --------------