Mercurial > MadButterfly
diff nodejs/README @ 701:4ca7a7ad7364
Fix a bug in nodejs/README
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 11 Aug 2010 20:21:44 +0800 |
parents | 8f49e0235097 |
children |
line wrap: on
line diff
--- a/nodejs/README Wed Aug 11 20:14:18 2010 +0800 +++ b/nodejs/README Wed Aug 11 20:21:44 2010 +0800 @@ -12,7 +12,7 @@ (2) Compile libxml ~user/MadButterfly/nodejs$ git clone http://github.com/polotek/libxmljs.git - ~user/MadButterfly/nodejs$ cd libxml; make + ~user/MadButterfly/nodejs$ cd libxml; make; cd .. (3) Copy the libxml.node to the nodejs build directory ~user/MadButterfly/nodejs$ cp libxml/libxml.node objs/default