Fix #7134 - parsing optional cfg
[roojspacker] / README.md
1 # roojspacker
2 Javascript packer / compressor (and possibly more) Was part of the jsdoc tools
3
4 Installation Procedure (Debian/Ubuntu)
5
6 git clone https://github.com/roojs/roojspacker.git
7
8 apt-get install valac cmake gcc libgee-0.8-dev   libtool libjson-glib-dev
9
10
11 ## -- this is designed to run make from the 'build' directory.... - it's hard coded in configure (called from autogen)
12
13 cd roojspacker
14 ./autogen.sh --prefix=/usr
15 cd build
16 sudo make install
17
18
19 Debian package build:
20 dpkg-buildpackage -kalan@roojs.com
21
22