Нет описания

ncannasse 32ea890d37 ignore release zip 7 лет назад
cmake cd93e0b20b fixed Mac CMake compilation 8 лет назад
include 7af111a38f hl_console cleanup 7 лет назад
libs 2ee04bc05f 1.4.0 7 лет назад
other 76bf8eecd7 added print pages 8 лет назад
src a3ef6fef1d 1.4 7 лет назад
.gitignore 32ea890d37 ignore release zip 7 лет назад
.travis.yml 7b140b7175 Fixed travis (#89) 8 лет назад
CMakeLists.txt a469716542 callback.c was removed 7 лет назад
Dockerfile a0a48f6637 explicitly set HAXE_STD_PATH in the Dockerfiles 7 лет назад
Dockerfile-i386 a0a48f6637 explicitly set HAXE_STD_PATH in the Dockerfiles 7 лет назад
Makefile a3ef6fef1d 1.4 7 лет назад
README.md 3868829c50 Update README.md 7 лет назад
appveyor.yml 5ce6d6bcc8 [AppVeyor] use haxe chocolatey package built in AppVeyor 8 лет назад
hl.sln 8e9127b4d0 split sdl/openal 8 лет назад
hl.vcxproj 893f738e6f entirely review jit callback system, started adapting to x64 calling conventions 8 лет назад
hl.vcxproj.filters 893f738e6f entirely review jit callback system, started adapting to x64 calling conventions 8 лет назад
hlc.vcxproj b528b62c1b replace HL OSetMethod by object method binding (for static & dynamic methods) 8 лет назад
hlc.vcxproj.filters b528b62c1b replace HL OSetMethod by object method binding (for static & dynamic methods) 8 лет назад
libhl.vcxproj 730af31282 fixed most msvc x64 warnings 7 лет назад
libhl.vcxproj.filters ecdae2128f pass allocated type to alloc_gen 8 лет назад

README.md

HashLink

TravisCI Build Status AppVeyor Build Status

HashLink is a virtual machine for Haxe http://hashlink.haxe.org

Building on Linux/OSX

HashLink is distributed with some graphics libraries allowing to develop various applications, you can manually disable the libraries you want to compile in Makefile. Here's the dependencies that you install in order to compile all the libraries:

fmt: libpng-dev libturbojpeg-dev libvorbis-dev openal: libopenal-dev sdl: libsdl2-dev ssl: libmbedtls-dev uv: libuv1-dev

To install all dependencies on Ubuntu for example:

sudo apt-get install libpng-dev libturbojpeg-dev libvorbis-dev libopenal-dev libsdl2-dev libmbedtls-dev libuv1-dev