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?