Aucune description

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

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