1.3.1 • Published 8 years ago

ndll v1.3.1

Weekly downloads
46
License
-
Repository
-
Last release
8 years ago

Introduction

node-ndll is a small native addon which allows you to use NDLLs from Node.js applications. I created this module to build Lime/OpenFL applications that runs on Node's V8 JavaScript engine.

Installation

You need to have some C++ compiler installed to build this addon with node-gyp. After that you can simply install with npm.

To install node-ndll globally, use:

npm -g install ndll

Note that you also need to set NODE_PATH manually to load globally installed modules. On windows, set this to

C:\Users\Your_User_Name\AppData\Roaming\npm\node_modules
1.3.1

8 years ago

1.3.0

8 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.4

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago