Re: [nodejs] [Tutorial] One hackish way to compile js and native addons into nodejs...

2014-01-16 Thread Kevin Ingwersen
Well, I asked people to help me build a puzzle - and they helped me place one or another piece. And when I was done, I wanted to show how I completed it…for me, that is part of the concept of Open Source; sharing experience. :) Glad you apriciate that move! Am Do. Jan. 16 2014 21:12:45 schrieb C

Re: [nodejs] [Tutorial] One hackish way to compile js and native addons into nodejs...

2014-01-16 Thread Charlie McConnell
I really like how you asked the mailing list how to do this, figured it out, and then posted a detailed tutorial. THIS is how this list should be used! Good work. -- Charlie McConnell On Thu, Jan 16, 2014, at 11:22 AM, Kevin Ingwersen wrote: Hey hey! I just did some rally cool

[nodejs] [Tutorial] One hackish way to compile js and native addons into nodejs...

2014-01-16 Thread Kevin Ingwersen
Hey hey! I just did some rally cool find-out that I am really happy about - and since, I want to share that too! :3 Caution: Make sure you have your toolchai (Xcode, gcc, MSYS, …) ready to use and a copy of the latest nodejs source code. I myself am using v0.10.24. Okay, let’s go. 1. Yo