remove share vala from cleanup
[roobuilder] / README.md
index 3d0c87b..318ca40 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,35 +4,32 @@ Vala and Javascript IDE - for building Vala Desktop applications and Javascript
 ---
 Changlog 
 
-    https://github.com/roojs/roobuilder/blob/master/debian/changelog
+  https://github.com/roojs/roobuilder/blob/master/debian/changelog
 
 ---
 Debian and Ubuntu packages
 
-  https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
+ * 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 
   
-  * 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/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
-
-  b) Clone this code..
+  a) Clone this code..
   
     git clone https://github.com/roojs/roobuilder.git
     
-  c) configure it.
+  b) configure it.
   
-    ./autogen.sh --prefix=/usr
+    meson setup build --prefix=/usr
     
-  d) make make install
+  c) make make install
   
-    sudo make install
+    ninja -C install
     
   e) run it
 
@@ -44,8 +41,19 @@ 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..
 
-    debuild -us -uc
+    dpkg-buildpackage -rfakeroot -us -uc -b
+
+    flatpak-builder --force-clean --sandbox --user --install --mirror-screenshots-url=https://dl.flathub.org/repo/screenshots --repo=repo build-dir org.roojs.roobuilder.json
+
+---
+
+Known issues
+
+  * Flatpack -  run doesnt work - needs more work understanding how flatpack would manage to compile with libraries from the system, or inside the pack
+  
\ No newline at end of file