4 You may buy me a Beer, a Tea or help with Server fees with a paypal donation to
 
   5 the address <paypal@rapsys.eu>.
 
   7 Don't forget to show your love for this project, feel free to report bugs to
 
   8 the author, issues which are security relevant should be disclosed privately
 
  11 Patches are welcomed and grant credit when requested.
 
  16 Install cpack and jpack binaries
 
  17 --------------------------------
 
  19 You need to have cpack and jpack scripts from this repository
 
  20 set as executable and installed in /usr/local/bin.
 
  22 ### Step 1: Install the required perl packages
 
  24 To install cpack and jpack required packages open a root console and execute
 
  25 the following command:
 
  28 # urpmi perl-base perl-CSS-Packer perl-JavaScript-Packer
 
  31 or stone age distributions:
 
  34 # apt-get install libcss-packer-perl libjavascript-packer-perl
 
  37 or other distributions through cpan:
 
  42 # cpanm JavaScript::Packer
 
  45 ### Step 2: Install the binaries
 
  47 To install cpack and jpack binaries open a root console and execute the
 
  51 # cp cpack jpack /usr/local/bin/
 
  54 Use cpack and jpack binaries
 
  55 ----------------------------
 
  57 To use local binaries you may execute the following commands:
 
  60 # cpack < input.css > output.css
 
  64 # jpack < input.js > output.js