Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 701 Bytes

README.md

File metadata and controls

53 lines (37 loc) · 701 Bytes

Binary128

Dependencies

Run haxelib install all to install the dependencies.

Compile neko

haxe build-neko.hxml
neko bin/Binary128.n

Compile nodejs

haxe build-nodejs.hxml
node bin/Binary128.js

Compile js

haxe build-js.hxml

Compile cpp

haxe build-cpp.hxml

Compile cs

haxe build-cs.hxml
bin/Binary128/bin/Main.exe.exe

Compile java

haxe build-java.hxml
java -jar bin/Binary128.jar