nodejs-waf(1)
NAME
nodejs-waf - WAF helper for building nodejs modules
SYNOPSIS
nodejs-waf [COMMAND]
DESCRIPTION
Helper for the waf build system that is included in nodejs-dev package.
Typical usage is : nodejs-waf configure build
ENVIRONMENT VARIABLE
NODE_PATH sets the path where the module is installed. This environment variable may be set when calling configure command. If $HOME is
set, it defaults to $HOME/.node_libraries, else to /usr/lib/nodejs.
COMMANDS
- distclean
- Removes all files created by nodejs-waf. This may be useful when using a new nodejs release.
- clean
- configure
- build
- install
- Install to NODE_PATH.
- uninstall
- Uninstall module from NODE_PATH.