Mercurial > MadButterfly
view nodejs/README @ 700:8f49e0235097
Reformat README for nodejs binding
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 11 Aug 2010 20:14:18 +0800 |
parents | d45c928f6523 |
children | 4ca7a7ad7364 |
line wrap: on
line source
svg.js: =============== The sample code to load an SVG file. It requires the libxml, which is available at http://github.com/polotek/libxmljs/tree/refactor. Please copy the libxmljs.node to the objs/default if you want to test the libxml+mbfly without installing them into the system. The path can be defined by the NODE_PATH environment variable. (1) Compile MadButterfly with nodejs support ~user/MadButterfly$ ./configure --enable-nodejs; make (2) Compile libxml ~user/MadButterfly/nodejs$ git clone http://github.com/polotek/libxmljs.git ~user/MadButterfly/nodejs$ cd libxml; make (3) Copy the libxml.node to the nodejs build directory ~user/MadButterfly/nodejs$ cp libxml/libxml.node objs/default (4) Set the path ~user/MadButterfly/nodejs$ export NODE_PATH=objs/default (5) Execute svg.js ~user/MadButterfly/nodejs$ node svg.js