# HG changeset patch # User Thinker K.F. Li # Date 1281528858 -28800 # Node ID 8f49e0235097cd683b40809569e6c261a3af7399 # Parent 0b98bdc53215e482a73bee35a418eba6bf971688 Reformat README for nodejs binding diff -r 0b98bdc53215 -r 8f49e0235097 nodejs/README --- a/nodejs/README Wed Aug 11 17:38:44 2010 +0800 +++ b/nodejs/README Wed Aug 11 20:14:18 2010 +0800 @@ -1,9 +1,11 @@ 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. +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