LeonardLaszlo / nw.js-armv7-binaries

NW.js ARMv7 and ARMv8 binaries and the scripts for building and running the executable.
145 stars 22 forks source link

Error Using v0.15.1 #1

Closed vishyapps closed 8 years ago

vishyapps commented 8 years ago

Hi @LeonardLaszlo ,

I have tested on v0.15.1. (nwjs-v0.15.1-linux-armv7.tar.gz)

ENV: ODROID XU4 running Official Odroid Ubuntu release (14.04)

Upon extracting, the file nw shows as "shared library".

terminal command "./nw" executed from the folder, throws this error: "error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory".

I have copied libffmpeg.so from libs folder and pasted in the root directory. The sam error prevails.

Also noted that the file / directory structure is different from the 12.0 and 12.2 releases. Hope that is not the issue.

LeonardLaszlo commented 8 years ago

@vishyapps After you extract the archive copy the files from the lib directory to /usr/lib. This way v0.15.1 and v0.14.6 works on my XU4 device with ubuntu 15.04.

SDK flavor: has builtin support for DevTools and NaCl plugins. SDK flavor has the same capabilities as the builds before 0.13.0

Let me know if you succeeded!