README.md
authorAlan <alan@roojs.com>
Thu, 15 Feb 2024 07:56:38 +0000 (15:56 +0800)
committerAlan <alan@roojs.com>
Thu, 15 Feb 2024 07:56:38 +0000 (15:56 +0800)
README.md

index 1383935..b01e7e8 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
  
 
 ---