1

I'm trying to build Nodejs from source for my Netgear ReadyNAS (Powered by an arm64 architecture). I'd plan to follow the step described in How do I install the latest version of node.js? but I could not do the step ./configure.

Here are the only files I have in the .tar.gz:

admin@ReadyNAS:/usr/local/src/node-v7.2.1-linux-arm64$ ls -a
.  ..  bin  CHANGELOG.md  include  lib  LICENSE  README.md  share

What am I doing wrong?

Hubject
  • 13

1 Answers1

0

You downloaded the binaries.

Please use this link https://nodejs.org/en/download/current/

and click on source code link where you will find the actual source code.

xhienne
  • 391