From 925cb54cec4fdf6712838e7714bb71090c6fde37 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sat, 23 Sep 2017 19:14:50 +0200 Subject: [PATCH] Added installation instructions to README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b68119..f2eadb2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,17 @@ Alternatively, you can run then grab `lib/libmonocypher.a` or `lib/libmonocypher.so`. -_TODO: make install_ +If you're running a UNIX system, install Monocypher on your system +(you need to be root): + + $ make install + +This will install Monocypher in `/usr/local/` by default. Libraries +will go to `/usr/local/lib/`, the header in `/usr/local/include/`, and +the man pages in `/usr/local/share/man/man3`. If you just want the +man pages, run this: + + $ make install-doc ### Known language bindings -- 2.47.3