Fix #7134 - parsing optional cfg
[roojspacker] / README.md
index b9b7789..2e7a429 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,18 @@ 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
+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
-sudo make install
\ No newline at end of file
+cd build
+sudo make install
+
+
+Debian package build:
+dpkg-buildpackage -kalan@roojs.com
+
+