https://github.com/creationix/dukluv
LibUV bindings for duktape JS engine
https://github.com/creationix/dukluv
Last synced: about 1 year ago
JSON representation
LibUV bindings for duktape JS engine
- Host: GitHub
- URL: https://github.com/creationix/dukluv
- Owner: creationix
- License: mit
- Created: 2014-03-26T02:24:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T01:22:29.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T04:13:28.625Z (over 1 year ago)
- Language: C
- Homepage: http://dukluv.io
- Size: 262 KB
- Stars: 266
- Watchers: 27
- Forks: 36
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dukluv
======
LibUV bindings for duktape JS engine
The goal of this project is to make a node.js-like environment that's ultra lean for tiny devices.
Prerequisites
-------------
Linux:
$ sudo apt-get build-essential
$ sudo apt-get install cmake
OS X (using Brew)
$ brew install cmake
Windows
- Install cmake manually
- Use cygwin or start an MSVC command prompt
Compiling
---------
$ git submodule init; git submodule update
$ mkdir build
$ cd build
$ cmake ..
$ make
The result is `./dukluv`, a standalone binary which you can add to
PATH or copy to e.g. `/usr/local/bin/`.