On Mon, Sep 22, 2014 at 1:01 PM, Dilip Manjunath <[email protected]> wrote: > Can somebody tell me how to build and compile the "NodeJS Source code" on > and Java based IDE(ex. Eclipse, VXWorks).
You can't officially but unofficially: - open the configure file - scroll down to the bottom - find the line that says: gyp_args += ['-f', 'msvs', '-G', 'msvs_version=auto'] - replace it with: gyp_args += ['-f', 'eclipse'] (it's python, indentation matters.) - save and run ./configure That will write a eclipse-cdt-settings.xml file to the top-level directory or out/ that you can import. Good luck. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAHQurc918OGoOin37py0STBXBppWo0TERgo%3DHecdeJd%3DpS_eSg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
