Compiling Sunaba Player

Prerequisites

To compile, you will need the following:

Getting the repository

$ git clone https://github.com/sunabagg/sunabaplayer.git
$ cd sunaba-player

Installing haxe dependencies

$ haxelib git sunaba https://github.com/sunabagg/sunaba.git
$ haxelib git tsukuru https://github.com/sunabagg/tsukuru.git
$ haxelib install hxnodejs

Build & Run

Here's an example of how to build & run Sunaba Player from the command line

$ haxe buildsys.hxml
$ node build run

Build & Export

Here's an example of how to build & export a release version

$ haxe buildsys.hxml
$ node build export -release