Release 1.4 - slightly different api for Symbolset
[roojspacker] / README.md
index 0178745..1383935 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,46 @@
 # roojspacker
-Javascript packer / compressor (and possibly more) Was part of the jsdoc tools
+Javascript packer / compressor / and documentation tool
 
+Used to build the roojs docs - here, and the library
+https://roojs.org/roojs1/docs/
+
+https://github.com/roojs/roojs1
+
+---
 Installation Procedure (Debian/Ubuntu)
 
-apt-get install valac autoconf automake gcc libgee-dev make
+Get the latest debian/ubuntu package from here.
+https://www.dropbox.com/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
+
+---
+
+Building it.
+    
+    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
+
+---
+
+Notes on building a Debian package
+
+Update Package details.
+    
+    dch -v {release version}
+
+Build it..
+
+    debuild -us -uc
+
+    
+
 
-git clone https://github.com/roojs/roojspacker.git
-cd roojspacker
-./autogen.sh --prefix=/usr