@Arek-Z Hello, can you please provide a bit more info on how this Makefile works? I am trying to use it with Node.js 8.11.1. I downloaded the source code from https://nodejs.org/dist/v8.11.1/node-v8.11.1.tar.gz and extracted it on my Omega2+. I then installed python and gcc. I put your Makefile (with the PKG_VERSION
changed to v8.11.1
) in the root directory, ran ./configure
, and then make
, but I got an error saying package.mk: No such file or directory
. Would you be able to help me get this working?
B
Posts made by Brandon Rothweiler
-
RE: NodeJS version 6+ ?