From 1e14e4eeed8c39e38e41694f2eb5da2c0d918a65 Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarski <44336093+sp5wwp@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:01:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab32f7b..3c79e76 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ First, build the shared object `libm17.so`: ``` cd M17_Implementations/libm17 make +make install +sudo ldconfig ``` Then, `cd` back up to the directory of interest and ```make``` again.