1.3.1 • Published 9 years ago

ndll v1.3.1

Weekly downloads
46
License
-
Repository
-
Last release
9 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

9 years ago

1.3.0

9 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.4

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago