Merge branch 'master' of http://git.roojs.com/roobuilder
[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 Changlog 
6
7   https://github.com/roojs/roobuilder/blob/master/debian/changelog
8
9 ---
10 Debian and Ubuntu packages
11
12   https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
13   
14   * you will need libvala, roojspacker and a few other packages 
15
16
17
18
19 Building it
20
21   a) Install roojspacker (either from binary or source)
22
23      see https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0
24
25   b) Clone this code..
26   
27     git clone https://github.com/roojs/roobuilder.git
28     
29   c) configure it.
30   
31     ./autogen.sh --prefix=/usr
32     
33   d) make make install
34   
35     sudo make install
36     
37   e) run it
38
39     roobuilder
40     
41 ---
42
43 Notes on updating packaging..
44
45 Update Package details.
46     Edit the about version (check debian/changelog)
47     dch -v {release version}
48
49 Build it..
50
51     debuild -us -uc