aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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
------------