Skip to content
Branza Alexandru edited this page Oct 16, 2015 · 18 revisions

Building Powder Player

!!! Notes:

  • cloning might take a very long time due to some very large files that have been recently removed from the repo

  • in order to be able to use vlc instead of the internal player you will also need to add the vlc executable in the same folder with WebChimera.js.node (required only on Windows)

Windows

Requirements

Instructions

  • git clone --recursive https://github.com/jaruba/PowderPlayer.git

  • cd PowderPlayer

  • npm install

  • Unpack NW.js v0.12.3 in the same folder


Mac OS X

Requirements

Instructions

  • git clone --recursive https://github.com/jaruba/PowderPlayer.git

  • cd PowderPlayer

  • npm install

  • Unpack NW.js v0.12.3 in the same folder


Linux

Requirements

Instructions

  • git clone --recursive https://github.com/jaruba/PowderPlayer.git

  • cd PowderPlayer

  • npm install

  • Unpack NW.js v0.12.3 in the same folder

Clone this wiki locally