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

diff --git a/INSTALL b/INSTALL
index 28814ab..a3ddc28 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,9 +3,8 @@
 
 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