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