aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-31 14:57:59 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-31 15:10:09 +0200
commit7f5b11496e64227d31d6e477787fabac74794de7 (patch)
tree6b6c98d071af0f74047132223e4abc1226126810
parent4aa3a0f62f71ea14a6e0f227fbcc9b9fab1127c8 (diff)
README: Update build instructions
-rw-r--r--README11
1 files 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
------------