Optware / Optware-ng

279 stars 52 forks source link

node js 4.3.1 #97

Closed uronito closed 8 years ago

uronito commented 8 years ago

Allexx88 can you compile nodejs for optware or entware please?

i would like run homebridge in my ac87u.

Thanks!!!!!!

alllexx88 commented 8 years ago

I'll look into adding it to Optware-ng, but no promises. OpenWRT, on which Entware-ng is based, has an old version of it -- 0.12.7. Current LTS, btw, is 4.4.0 -- why would you want 4.3.1 exactly?

cswl commented 8 years ago

I think this could be just compiled with prefix in configure. As, using a wrapper on the distributed tarball from nodejs.org seems to be working.

LD_LIBRARY_PATH=/opt/lib /opt/lib/ld-linux-armhf.so.3  /opt/local/nodejs/bin/node  --version
5.9.0
alllexx88 commented 8 years ago

@cswl this will not work for uclibc-ng targets, since uclibc-ng isn't compatible with glibc, and ac-87u doesn't have an FPU, and thus uses buildroot-armeabi-ng feed, which is a uclibc-ng target. I'll look into adding nodejs sometime soon. If it's feasible, maybe I'll do it today

P.S. I was talking about running a pre-compiled version from the site

alllexx88 commented 8 years ago

@uronito v4.4.1 added: node package