sync
[roobuilder] / README.md
index a3fce02..6340eba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,19 +2,25 @@
 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
+Changlog 
 
-  https://www.dropbox.com/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
+  https://github.com/roojs/roobuilder/blob/master/debian/changelog
 
+---
+Debian and Ubuntu packages
+
+  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)
 
-     see https://www.dropbox.com/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
+     see https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
 
   b) Clone this code..
   
@@ -22,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,7 +44,8 @@ Building it
 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..