Mercurial > MadButterfly
changeset 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 | 0b98bdc53215 |
children | 4ca7a7ad7364 |
files | nodejs/README |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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