Jérémy Lal a7e1efc5bd Environment variables NODE_PREFIX, NODE_PATH in node-waf
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
2010-07-12 07:46:45 -07:00
2010-06-29 23:59:24 -07:00
2010-06-23 20:05:29 -07:00
2010-07-07 20:10:01 +02:00
2010-07-07 16:49:04 +02:00
2010-07-07 18:46:24 +02:00
2010-07-07 18:46:24 +02:00
2010-07-01 14:29:50 -07:00
2010-07-03 08:37:46 +02:00
2010-07-03 08:37:46 +02:00
2010-05-11 10:25:27 -07:00
2010-06-11 12:48:25 -07:00
2010-06-18 18:14:06 -07:00
2010-03-26 18:28:40 -07:00
2010-07-03 08:37:46 +02:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation and install it, you will need ronn:

  make doc install
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.
Description
No description provided
Readme 175 MiB