Fix #7202 - update debian release
[roojspacker] / README.md
1 # roojspacker
2 Javascript packer / compressor (and possibly more) Was part of the jsdoc tools
3
4 ---
5 Installation Procedure (Debian/Ubuntu)
6
7 Get the latest debian/ubuntu package from here.
8 https://www.dropbox.com/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
9
10 ---
11
12 Building it.
13     
14     git clone https://github.com/roojs/roojspacker.git
15
16     apt-get install valac cmake gcc libgee-0.8-dev   libtool libjson-glib-dev
17
18
19 ## -- this is designed to run make from the 'build' directory.... - it's hard coded in configure (called from autogen)
20
21     cd roojspacker
22     ./autogen.sh --prefix=/usr
23     cd build
24     sudo make install
25  
26
27 ---
28
29 Notes on building a Debian package
30
31 Update Package details.
32     
33     dch -v {release version}
34
35 Build it..
36
37     debuild -us -uc
38
39     
40
41