/neko

The Neko Virtual Machine

Primary LanguageCMIT LicenseMIT

NekoVM

TravisCI Build Status AppVeyor Build Status

Neko Virtual Machine

See http://nekovm.org/

Nightly Builds

Windows

https://ci.appveyor.com/project/HaxeFoundation/neko/build/artifacts

Note that you may need to install "Microsoft Visual C++ 2010 Redistributable Package" (x86), in case it complains MSVCR100.dll is missing.

Mac

brew install neko --HEAD.

Linux

Install the libgc-dev dependency, then build from source.

FreeBSD

Install the devel/boehm-gc-threaded port or corresponding package, then build from source. See Makefile for additional instructions.