update readme to include link to language server
[roobuilder] / README.md
index 1f08889..9f79feb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,24 +1,49 @@
 # 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
+
+ * you will need libvala (available on most debian/ubuntu repos), 
+   and vala-language-server (available below)
+  https://github.com/roojs/roobuilder/releases
+  https://github.com/roojs/vala-language-server/releases 
+  
+
 
 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) Clone this code..
+  
+    git clone https://github.com/roojs/roobuilder.git
     
-    b) ```git clone https://github.com/roojs/roobuilder.git```
+  b) configure it.
+  
+    meson setup build --prefix=/usr
     
-    c) ```./autogen.sh --prefix=/usr```
+  c) make make install
+  
+    ninja -C 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 -U -i (auto increases release..)
+    dch -v {release version}
+
+Build it..
 
-    ```#roobuilder```
\ No newline at end of file
+    debuild -us -uc