update links
[roobuilder] / README.md
1 # roojsbuilder
2 Vala and Javascript IDE - for building Vala Desktop applications and Javascript UI's using the roojs libraries (for bootstrap and classic)
3
4 ---
5 Debian and Ubuntu packages
6
7   https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
8   
9   * you will need libvala, roojspacker and a few other packages 
10
11
12 Building it
13
14   a) Install roojspacker (either from binary or source)
15
16      see https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
17
18   b) Clone this code..
19   
20     git clone https://github.com/roojs/roobuilder.git
21     
22   c) configure it.
23   
24     ./autogen.sh --prefix=/usr
25     
26   d) make make install
27   
28     sudo make install
29     
30   e) run it
31
32     roobuilder
33     
34 ---
35
36 Notes on updating packaging..
37
38 Update Package details.
39     Edit the about version (check debian/changelog)
40     dch -v {release version}
41
42 Build it..
43
44     debuild -us -uc