From 7cd5d5ac19d3ef58a95c1d8b338e9fcf6a131f2c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 13 Oct 2022 00:08:12 +0200 Subject: Update compilation instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfa97fb..3f948cd 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ and percentages. ## Compilation -Compilation of the library is extremely simple: +Compilation of the library is extremely simple, but will require you to have the +`tup` build system installed: ``` -$ make # To build the library +$ tup # To build the library # make install # To install the library, requires root privileges ``` -- cgit v1.2.3