sync
[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://github.com/roojs/roobuilder/releases
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     meson setup build --prefix=/usr
32     
33   d) make make install
34   
35     cd build
36     ninja install
37     
38   e) run it
39
40     roobuilder
41     
42 ---
43
44 Notes on updating packaging..
45
46 Update Package details.
47     Edit the about version (check debian/changelog)
48     dch -U -i (auto increases release..)
49     dch -v {release version}
50
51 Build it..
52
53     debuild -us -uc