GithubHelp home page GithubHelp logo

node-cpp11's Introduction

DEPRECATED

This repo is no longer maintained and its use is discouraged. Now nodejs binaries work find with external libraries build with C++11 support and visual studio 2013 as per mapnik/node-mapnik#758. So this repo and builds are no longer needed: use the standard node.exe from https://nodejs.org/en/download/releases/

C++11 enabled builds of node

Build Status

Downloads:

OS X

v0.10.33

v0.10.40

v0.11.14

v0.12.0

v0.12.2

v0.12.7

Linux

v0.10.33

v0.10.40

v0.11.14

v0.12.0

v0.12.2

v0.12.7

Windows

Redistributable Visual Studio 2015 installers:

Node for Windows / Visual Studio 2015

v0.10.33

v0.10.40

v0.12.0

v0.12.2

v0.12.7

Adding new node version

NODE_VERSION=0.12.7
git clone [email protected]:mapbox/node.git
cd node
git remote add joyent [email protected]:joyent/node.git
git fetch joyent
git checkout v${NODE_VERSION}-release
git push origin v${NODE_VERSION}-release
git branch v${NODE_VERSION}-nodecpp11
git checkout v${NODE_VERSION}-nodecpp11
# diff out latest version ported
git diff joyent/v0.12.2-release origin/v0.12.2-nodecpp11 > v12.diff
  • manually integrate the v12.diff patch (very unlikely that git apply v12.diff will work)
  • then commit:
git commit -a -m "apply c++11 patches"
git push origin v0.12.7-nodecpp11
git commit -m "[publish]"

node-cpp11's People

Contributors

springmeyer avatar wilhelmberg avatar yhahn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.