mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
a7e1efc5bd
Those variables have following defaults : - NODE_PREFIX is relative to the current path of the node_addon.py file It is used as the base path of node include files. - NODE_PATH is ~/.node_libraries It's where modules are installed when calling `node-waf install` Note .js files must be explicitely installed by the module's wscript. Usage : NODE_PREFIX=/usr/local NODE_PATH=~/.node_libraries node-waf configure |
||
---|---|---|
.. | ||
__init__.py | ||
ar.py | ||
cc.py | ||
ccroot.py | ||
compiler_cc.py | ||
compiler_cxx.py | ||
compiler_d.py | ||
config_c.py | ||
cxx.py | ||
d.py | ||
dmd.py | ||
gas.py | ||
gcc.py | ||
gdc.py | ||
gnu_dirs.py | ||
gob2.py | ||
gxx.py | ||
icc.py | ||
icpc.py | ||
intltool.py | ||
libtool.py | ||
misc.py | ||
nasm.py | ||
node_addon.py | ||
osx.py | ||
preproc.py | ||
python.py | ||
suncc.py | ||
suncxx.py | ||
unittestw.py | ||
winres.py | ||
xlc.py | ||
xlcxx.py |