From 4729cd79dbda6274e36623d9d511755c060db1b3 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Fri, 26 Apr 2024 18:54:04 +0300 Subject: [PATCH] INSTALL: Improve wording; add note about meson --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 57479d0d..8f3d6d0f 100644 --- a/INSTALL +++ b/INSTALL @@ -21,6 +21,9 @@ The Claudia frontend is alternative GUI in python that uses Qt. =================================================== +Instructions for building with waf follow. +As alternative, meson.build is provided. + = Configure it = ./waf configure @@ -51,4 +54,4 @@ To adjust the number, use -j option, e.g. for 4 jobs: ./waf install -You probably want to run later as superuser to install system-wide +When installing into /usr this command has to be ran as root.