For anyone randomly trying to get this run natively on linux
You must be registered to see the links
clone the source code, make to compile the program, then follow its readme
troubleshooting:
+ if videos are not playing, then edit pixi,js (inside www/js/libs/) with the following
video.setAttribute('preload', 'auto');
add the line below var video = document.createElement('video');
source:
You must be registered to see the links
+ if the converter is giving you the ia32 build of nw.js intead of the 64 bit build, check your output of uname -p
if you get unknown, it's defaulting you to 32 bit, change line 471 on main.cpp with uname -m then run the compile again.
use make clean, then make to recompile.