The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / README.md @ master

History | View | Annotate | Download (2.37 KB)

# Date Author Comment
fc6eae8d 07/07/2014 07:19 AM John Albietz

readme: added g++ requirement

Signed-off-by: Fedor Indutny <>

02b8109c 07/01/2014 08:28 AM Ionică Bizău

docs: highlight shell-codes in CONTRIBUTING.md

Signed-off-by: Fedor Indutny <>

9e32a7da 12/05/2013 07:15 PM Ben Noordhuis

build: add libicu i18n support

Adds a --with-icu-path= switch to the configure script. Requires that
the user checks out the copy of libicu that's bundled with chromium to
a fixed directory. It's still a little rough around the edges but it
works.

Fixes #6371.

61ccaf9a 10/25/2013 02:26 PM Timothy J Fontaine

Merge remote-tracking branch 'upstream/v0.10'

Conflicts:
ChangeLog
deps/uv/ChangeLog
deps/uv/include/uv-darwin.h
deps/uv/src/unix/fsevents.c
deps/uv/src/unix/process.c
deps/uv/src/version.c
doc/api/addons.markdown
doc/api/cluster.markdown
doc/api/http.markdown...

b7f36e18 10/01/2013 02:37 AM Ben Noordhuis

doc: link to pre-built binaries, add install note

lLnk to http://nodejs.org/download/ and add a short primer on how to
extract the tarballs.

Fixes #6292.

42af62f3 09/24/2013 07:49 PM Timothy J Fontaine

Merge remote-tracking branch 'upstream/v0.10'

Conflicts:
AUTHORS
ChangeLog
configure
deps/uv/ChangeLog
deps/uv/src/version.c
lib/tls.js
src/node_version.h

9fad8e5d 09/13/2013 08:55 AM Ben Noordhuis

doc: fix blog link in blog posts and README

Apparently Joyent decommissioned joyeur.com but at least they saved the
contents of the blog. Update the links in the README and the nodejs.org
blog posts.

Hat tip to Eugen Pirogoff (@eugenpirogoff) for pointing it out....

474d58c1 08/27/2013 12:09 PM Jay Beavers

doc: Small update of readme for Windows users

58159e30 07/31/2013 03:50 PM Antony Bailey

doc: remove travis status image

The project has moved to Jenkins. The status image is no longer
needed and perpetually shows a failed build. Remove it.

89dcf225 05/22/2013 07:47 AM Ben Noordhuis

doc: the build requires gcc 4.2 or newer

4b69bcfc 05/09/2013 06:15 PM isaacs

doc: s/search.npmjs.org/npmjs.org/

13d86a86 01/22/2013 07:53 AM Ben Noordhuis

doc: document PYTHON env var in README

6c5fdd52 09/02/2012 07:32 AM Ben Noordhuis

doc: document prerequisites in README

beb7425c 07/18/2012 08:23 AM Ben Noordhuis

doc: build requires GNU make 3.81+

760928bf 01/05/2012 10:44 AM Ben Noordhuis

docs: mention that python 2.6 or 2.7 is required

89e894b1 12/05/2011 07:51 PM Maciej Małecki

doc: add Travis CI build status image

fc61134b 11/01/2011 05:26 PM Maciej Małecki

doc: fix links

Changes:

  • 'http://github.com' => 'https://github.com'
  • 'https://github.com/ry/node' => 'https://github.com/joyent/node'
  • 'https://github.com/ry/http-parser' =>
    'https://github.com/joyent/http-parser'
  • old issue links
  • wiki link
b66d225c 09/06/2011 05:11 PM Ben Noordhuis

docs: document that the build system depends on python >= 2.5.2

Fixes #354.

779c93c5 08/26/2011 08:06 PM Igor Zinkovsky

merge vcbuild.bat and generate_projects.bat

bbb38b89 08/06/2011 02:25 AM koichik

[doc] add link to npm search in Readme.md

Fixes #1459.

6e53cf8b 01/27/2011 07:24 PM Ryan Dahl

Fix links

3a05a6ea 01/27/2011 07:20 PM David Trejo

newcomer resources in README

Closes GH-579.