Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

How to build

Josep Llodrà edited this page Mar 9, 2016 · 1 revision

I've added travis-ci support in order to release versions automatically on GitHub.

The builds are done on an Ubuntu/Debian machine.

Take a look at the file .travis.yml

Important steps are:

  • Install nodejs
  • Get nwjs 0.12.3 version for each platform you want to build
  • Install wine and wine-mono (it is a dependency for nw-builder... just to make the icon for Window)
  • Install bower and nw-builder (npm install -g)
  • Copy codec-libs/ files to each platform (overwriting original file)
  • cd src folder, then bower install and npm install
  • Run nwbuild (see .travis.yml file for details)
  • You build(s) will be available at builds/cmod3/

Do not hesitate to open an issue if you need help.

Clone this wiki locally