From 46542f96b0b0129bee74ad202da3ba0bbc73d52c Mon Sep 17 00:00:00 2001 From: James Gregory Date: Fri, 19 Apr 2013 18:16:20 -0700 Subject: [PATCH] Add note on origin of libxml binary. --- cocos2dx/platform/third_party/emscripten/libraries/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos2dx/platform/third_party/emscripten/libraries/README b/cocos2dx/platform/third_party/emscripten/libraries/README index deb7e87c79..44fabfeb9d 100644 --- a/cocos2dx/platform/third_party/emscripten/libraries/README +++ b/cocos2dx/platform/third_party/emscripten/libraries/README @@ -1,4 +1,4 @@ libfreetype.a from Emscripten test-suite libpng.a from https://github.com/hachque-Emscripten/libpng-1.2.49.git libz.a from https://github.com/hachque-Emscripten/zlib-1.2.5.git - +libxml2.z from https://github.com/kripken/xml.js -- configure flags: emconfigure ./configure --with-http=no --with-ftp=no --prefix=/tmp/lx --with-python=no --with-threads=no