felixge / node-cross-compiler

Simplified cross compiling for node.js using vagrant.
105 stars 27 forks source link

Compilation works on beagle board... perhaps don't label the make file as platform specific? #4

Closed MylesBorins closed 8 years ago

MylesBorins commented 11 years ago

Not exactly a cross compile issue... but I wanted to let you know that the compilation works perfectly on the Beagle Board exactly the way you have it set up. I took the build folder... sent it over to my beagle board... did

cp -r bin /usr/local/bin
sudo cd /usr/local/bin
sudo ln -s ../lib/node_modules/npm/bin/npm-cli.js npm

You might not need the sudo though... depending on your permissions

So yeah... both node and npm working perfectly!

buwe commented 10 years ago

Hello one question... where do you took the build folder for beagle board from? can't find it anywhere. thanks :-)