Compiled binaries can be found in the "artifacts" tab of each AppVeyor build. The most recent one is 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.
Neko snapshot of the latest master branch can be built using homebrew in a single command: brew install neko --HEAD. It will install required dependencies, build, and install Neko to the system. The binaries can be found at brew --prefix neko.
Use brew reinstall haxe --HEAD to upgrade in the future.
Ubuntu users can use the Haxe Foundation snapshots PPA to install a Neko package built from the latest master branch. To do so, run the commands as follows:
sudo add-apt-repository ppa:haxe/snapshots -y
sudo apt-get update
sudo apt-get install neko -y
Users of other Linux/FreeBSD distributions should build Neko from source using make. See Makefile for additional instructions.
| library | Debian/Ubuntu package |
|---|---|
| Boehm GC | libgc-dev |
| OpenSSL | libssl-dev |
| PCRE | libpcre3-dev |
| zlib | zlib1g-dev |
| Apache 2.2 / 2.4, with apr and apr-util | apache2-dev |
| MariaDB / MySQL (Connector/C) | libmariadb-client-lgpl-dev-compat (or libmysqlclient-dev) |
| SQLite | libsqlite3-dev |
| GTK+2 | libgtk2.0-dev |