prep release
[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 meson 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     meson setup build
28     ninja -C build install
29  
30
31 ---
32
33 Notes on building a Debian package
34
35 Update Package details.
36     
37     dch -v {release version}
38
39 Build it..
40
41     dpkg-buildpackage -rfakeroot -us -uc -b
42
43
44
45     
46
47