From 7f5b11496e64227d31d6e477787fabac74794de7 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 31 Mar 2020 14:57:59 +0200 Subject: README: Update build instructions --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 64438b8..5a5da18 100644 --- a/README +++ b/README @@ -20,15 +20,16 @@ Build ----- To build ppm use: - ./configure - make + meson . _build + ninja -C _build Running ------- -If you don't want to install ppm on you system you can run it from the source -tree: +Running is currently a bit cumbersome due to the preprocessed python +files so: - src/prepaid-manager-applet.py + ninja -C _build install + GSETTINGS_SCHEMA_DIR=_build/data _build/src/prepaid-manager-applet Project Page ------------ -- cgit v1.2.3