Fix #7200 - install instructions
[roobuilder] / README.md
index 590b3ba..1f08889 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,24 @@
 # roojsbuilder
 Vala and Javascript IDE - for building Vala Desktop applications and Javascript UI's using the roojs libraries (for bootstrap and classic)
+
+
+---
+
+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*```
+    
+    b) ```git clone https://github.com/roojs/roobuilder.git```
+    
+    c) ```./autogen.sh --prefix=/usr```
+    
+    d) ```sudo make install```
+    
+    e) run it
+
+    ```#roobuilder```
\ No newline at end of file