Fix #5732 - change to cmake for build
[roojspacker] / README.md
index 7976043..98bee74 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,12 @@ Installation Procedure (Debian/Ubuntu)
 
 git clone https://github.com/roojs/roojspacker.git
 
-apt-get install valac autoconf automake gcc libgee-0.8-dev make libtool libjson-glib-dev
+apt-get install valac cmake 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
\ No newline at end of file