Fix #8038 - switch to meson
[roojspacker] / INSTALL
diff --git a/INSTALL b/INSTALL
index 28814ab..718b5da 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,11 +1,10 @@
 
-## -- this is designed to run make from the 'build' directory.... - it's hard coded in configure (called from autogen)
 
 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
 
 cd roojspacker
-./autogen.sh --prefix=/usr
-cd build
-sudo make install
\ No newline at end of file
+meson setup build
+ninja -C build install