Нет описания

Pascal Peridont ee8cfa4eca Updated mbedTLS to 2.7.0 (#120) 7 лет назад
cmake 34843d1889 only use FindLibUV on unix (also fix the cmake file) 7 лет назад
include ee8cfa4eca Updated mbedTLS to 2.7.0 (#120) 7 лет назад
libs ee8cfa4eca Updated mbedTLS to 2.7.0 (#120) 7 лет назад
other 76bf8eecd7 added print pages 8 лет назад
src 71e1b6d33d fixed out of buffer write in utf8/16 convert 7 лет назад
.gitignore 32ea890d37 ignore release zip 7 лет назад
.travis.yml 498068b9e7 enable testing for 64-bit jit 7 лет назад
CMakeLists.txt 6a04875a0c [cmake] split CMakeLists (one for each hdll) 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 88068c114a added mesa lib compilation 7 лет назад
README.md d13e074eb4 Update README.md 7 лет назад
appveyor.yml 81fecb26dc [appveyor] build all libs using vc as well 7 лет назад
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

Documentation

Read the Documentation on the HashLink wiki.