fix url
[roobuilder] / README.md
index 65d6e75..1e10e86 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,27 +1,27 @@
 # roojsbuilder
 Vala and Javascript IDE - for building Vala Desktop applications and Javascript UI's using the roojs libraries (for bootstrap and classic)
 
+---
+Changlog 
+
+  https://github.com/roojs/roobuilder/blob/master/debian/changelog
+
 ---
 Debian and Ubuntu packages
 
-  https://www.dropbox.com/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
+  https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
+  
+  * you will need libvala, roojspacker and a few other packages 
+
 
-  * you will need libvala, roojspacker 
 
----
 
 Building it
 
-  a) Remove vala and install packages from here. We need to use an old version of vala, as new versions changed the code inspection api,
-  and build output and I've not got round to fixing hat.
+  a) Install roojspacker (either from binary or source)
+
+     see https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
 
-    sudo apt-get remove vala* libvala*
-    
-  Download vala*.deb, libvala*.deb,  and roojspacker*.deb from
-  https://www.dropbox.com/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
-    
-    sudo dpkg -i libvala* vala*  roojspacker*
-    
   b) Clone this code..
   
     git clone https://github.com/roojs/roobuilder.git
@@ -43,7 +43,7 @@ Building it
 Notes on updating packaging..
 
 Update Package details.
-    
+    Edit the about version (check debian/changelog)
     dch -v {release version}
 
 Build it..