Fix #6915 - working on handling this.xxxx = function() { }
[roojspacker] / README.md
index 1927ea3..2e7a429 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,22 @@
 # roojspacker
 Javascript packer / compressor (and possibly more) Was part of the jsdoc tools
+
+Installation Procedure (Debian/Ubuntu)
+
+git clone https://github.com/roojs/roojspacker.git
+
+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
+
+
+Debian package build:
+dpkg-buildpackage -kalan@roojs.com
+
+