Mercurial > MadButterfly
view nodejs/README @ 647:492da72e6537
Add image tag support.
author | wycc |
---|---|
date | Thu, 29 Jul 2010 00:15:19 +0800 |
parents | d45c928f6523 |
children | 8f49e0235097 |
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