From f9469773a69861c3a7592fc9507bd3234945cb6f Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 Sep 2013 18:52:15 +0700 Subject: [PATCH] moving node into ejdb-node repo --- README.md | 4 ++-- tcejdb/WIN32.md | 14 -------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c047585..a8c6333 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Documentation * **[Development FAQ](https://github.com/Softmotions/ejdb/wiki/Development-FAQ)** * **Bindings** * **[C# .Net] (https://github.com/Softmotions/ejdb-csharp)** - * **[NodeJS] (https://github.com/Softmotions/ejdb/blob/master/node/)** + * **[NodeJS] (https://github.com/Softmotions/ejdb-node)** * **[Python 2.7/3.x](https://github.com/Softmotions/ejdb-python)** * **[Lua](https://github.com/Softmotions/ejdb-lua/)** * **[Java](https://github.com/Softmotions/ejdb-java)** @@ -127,7 +127,7 @@ jb.save("parrots", [parrot1, parrot2], function(err, oids) { }); }); ``` -**[EJDB NodeJS binding page](https://github.com/Softmotions/ejdb/blob/master/node)** +**[EJDB NodeJS binding page](https://github.com/Softmotions/ejdb-node)** EJDB Python ================================== diff --git a/tcejdb/WIN32.md b/tcejdb/WIN32.md index 7e17f7e..54ba125 100644 --- a/tcejdb/WIN32.md +++ b/tcejdb/WIN32.md @@ -102,20 +102,6 @@ it automatically downloaded by `mxe-build.sh` from my dropbox account. So do not * HDB `tchdbsetxmsiz()` takes no effect because all file data is memory mapped on windows platform. -EJDB NodeJS module installation -================================== - -To install nodejs ejdb binding you need: - - * MSVC 2010 express edition - * Installed node v0.8.x or v0.10.x - * Manually installed `npm install adm-zip` package (because it needed during installation process) - - Then start MSVC cmd window and run: - - npm install ejdb - - -- 2.7.4