Update install instructions
[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/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
8
9   * you will need libvala, roojspacker and a few other packages 
10
11 ---
12
13 Building it
14
15   a) Install roojspacker (either from binary or source)
16
17      see https://www.dropbox.com/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
18
19   b) Clone this code..
20   
21     git clone https://github.com/roojs/roobuilder.git
22     
23   c) configure it.
24   
25     ./autogen.sh --prefix=/usr
26     
27   d) make make install
28   
29     sudo make install
30     
31   e) run it
32
33     roobuilder
34     
35 ---
36
37 Notes on updating packaging..
38
39 Update Package details.
40     
41     dch -v {release version}
42
43 Build it..
44
45     debuild -us -uc