Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-01-22 16:53:49 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2013-01-22 16:53:49 +0400
commit13d86a86d615b3ca32a0870b2b4921e0e611309d (patch)
tree204bd7a9d638b9a10742e2f394065e7a8bc4d3f2 /README.md
parentd7bf7ed9935587a6681a090e5d12840f9a60f55e (diff)
doc: document PYTHON env var in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 988305facd9..d3ffbd0145f 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,14 @@ Unix/Macintosh:
make
make install
+If your python binary is in a non-standard location or has a
+non-standard name, run the following instead:
+
+ export PYTHON=/path/to/python
+ $PYTHON ./configure
+ make
+ make install
+
Windows:
vcbuild.bat