Fix #8038 - switch to meson
[roojspacker] / README.md
index 1383935..98ef8c3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,15 +18,14 @@ Building it.
     
     git clone https://github.com/roojs/roojspacker.git
 
-    apt-get install valac cmake gcc libgee-0.8-dev   libtool libjson-glib-dev
+    apt-get install valac meson gcc libgee-0.8-dev   libtool libjson-glib-dev
 
 
 ## -- this is designed to run make from the 'build' directory.... - it's hard coded in configure (called from autogen)
 
     cd roojspacker
-    ./autogen.sh --prefix=/usr
-    cd build
-    sudo make install
+    meson setup build
+    ninja -C build install
  
 
 ---
@@ -39,7 +38,9 @@ Update Package details.
 
 Build it..
 
-    debuild -us -uc
+    dpkg-buildpackage -rfakeroot -us -uc -b
+
+