Hi Danielo,

Yea it's really pretty nifty :) I can pull together more details, but at a 
high level, to build node.js for my phone what I did is clone the node.js 
source from github, and use the Android NDK (Native Development Kit) on my 
desktop computer to cross compile node.js targeted for the ARMv7 
instruction set.

The Android NDK includes a script that allows one to create a "standalone 
cross compiler toolchain". That toolchain can then be used to generate 
executables that are targeted to run on a different processor architecture 
than that of the host machine where the compile is being done. The result 
is an executable that can be run on an ARM processor.

I copied the compiled files over to my phone, and used a terminal 
application on my phone (provided by a really great Android app called 
Terminal IDE that provides an amazingly comprehensive suite of Linux 
utilities, including a shell) to run node.js from the command line.

That's the rough sketch of the process.     

On Thursday, March 6, 2014 7:44:09 PM UTC-5, Danielo Rodríguez wrote:
>
> Holly cr***! I'm really interested in your node.js implementation. How did 
> you compile node JS on your phone? Did you get some kind of executable as a 
> result? Could you describe the process? 
>
> Thanks in advance 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to