INSTALL: Improve wording; add note about meson

This commit is contained in:
Nedko Arnaudov 2024-04-26 18:54:04 +03:00
parent 251d3a8bde
commit 4729cd79db
1 changed files with 4 additions and 1 deletions

View File

@ -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.