sync
[roobuilder] / README.md
index daa7caa..6340eba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,14 +1,21 @@
 # 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/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
+  https://github.com/roojs/roobuilder/releases
   
   * you will need libvala, roojspacker and a few other packages 
 
 
+
+
 Building it
 
   a) Install roojspacker (either from binary or source)
@@ -21,11 +28,12 @@ Building it
     
   c) configure it.
   
-    ./autogen.sh --prefix=/usr
+    meson setup build --prefix=/usr
     
   d) make make install
   
-    sudo make install
+    cd build
+    ninja install
     
   e) run it
 
@@ -37,6 +45,7 @@ Notes on updating packaging..
 
 Update Package details.
     Edit the about version (check debian/changelog)
+    dch -U -i (auto increases release..)
     dch -v {release version}
 
 Build it..