update links
[roobuilder] / README.md
index 25333d8..daa7caa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,24 +1,44 @@
 # roojsbuilder
 Vala and Javascript IDE - for building Vala Desktop applications and Javascript UI's using the roojs libraries (for bootstrap and classic)
 
-
 ---
+Debian and Ubuntu packages
+
+  https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
+  
+  * you will need libvala, roojspacker and a few other packages 
+
 
 Building it
 
-    a) Remove vala and install packages from here.
-    
-    apt-get remove vala* libvala* 
-    Download vala*.deb, libvala*.deb,  and roojspacker*.deb
-    https://www.dropbox.com/sh/730btm3yn6jtplh/AABbRFzK6bI6BoHQIMfh3A4Ia?dl=0
-    dpkg -i libvala* vala*  roojspacker*
+  a) Install roojspacker (either from binary or source)
+
+     see https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
+
+  b) Clone this code..
+  
+    git clone https://github.com/roojs/roobuilder.git
     
-    b) git clone https://github.com/roojs/roobuilder.git
+  c) configure it.
+  
+    ./autogen.sh --prefix=/usr
     
-    c) ./autogen.sh --prefix=/usr
+  d) make make install
+  
+    sudo make install
     
-    d) sudo make install
+  e) run it
+
+    roobuilder
     
-    e) run it
+---
+
+Notes on updating packaging..
+
+Update Package details.
+    Edit the about version (check debian/changelog)
+    dch -v {release version}
+
+Build it..
 
-    #roobuilder
\ No newline at end of file
+    debuild -us -uc