Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1981)

Unified Diff: node/win/README

Issue 872423002: Adding support for AppRTC closure compiling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « node/mac/node.tar.gz.sha1 ('k') | node/win/node.zip.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: node/win/README
===================================================================
--- node/win/README (revision 0)
+++ node/win/README (working copy)
@@ -0,0 +1,9 @@
+This zip file requires some manual work. First, download node.exe
+from http://nodejs.org/download/, then download the npm stuff from
+http://nodejs.org/dist/npm/. Unzip both in the same dir and do this:
+
+mkdir node
+mv node.exe node
+mv npm.cmd node
+mv node_modules node
+zip -r node.zip node
« no previous file with comments | « node/mac/node.tar.gz.sha1 ('k') | node/win/node.zip.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698