Fix #7201 - updating debian packages
[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 
10
11 ---
12
13 Building it
14
15   a) Remove vala and install packages from here. We need to use an old version of vala, as new versions changed the code inspection api,
16   and build output and I've not got round to fixing hat.
17
18     sudo apt-get remove vala* libvala*
19     
20   Download vala*.deb, libvala*.deb,  and roojspacker*.deb from
21   https://www.dropbox.com/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
22     
23     sudo dpkg -i libvala* vala*  roojspacker*
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     
47     dch -v {release version}
48
49 Build it..
50
51     debuild -us -uc