Last active
September 8, 2019 04:53
-
-
Save misterpah/7ab5a28b59180cd0cd34db161ede906f to your computer and use it in GitHub Desktop.
Haxe[4rc4] + Heaps[git] + HL[1.10.0] + hlsdl[1.10.0]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bkc_checker":{"version":1}, | |
"software":"Haxe[4rc4] + Heaps[git] + HL[1.10.0] + hlsdl[1.10.0]", | |
"meta":["Tested OS : Windows 10"], | |
"checker":{ | |
"Haxe4.0_rc4":{ | |
"cmdline":"haxe --version", | |
"expected_stdout": "<SEARCH>4.0.0-rc.4+97f1e1a9d", | |
"common_issue":[ | |
"Haxe is not installed. Please download & install Haxe from url => https://haxe.org/download/version/4.0.0-rc.4/" | |
] | |
}, | |
"heaps_git":{ | |
"cmdline":"haxelib list heaps", | |
"expected_stdout": "<SEARCH>[git]", | |
"common_issue":[ | |
"Heaps version git not installed / active. Please install or set using command below :", | |
"", | |
"install => haxelib git heaps https://github.com/HeapsIO/heaps.git", | |
"set current version => haxelib set heaps git" | |
] | |
}, | |
"HL_1.10.0":{ | |
"cmdline":"hl --version", | |
"expected_stdout":"<SEARCH>1.10.0", | |
"common_issue":[ | |
"1. Hashlink version 1.10.0 is not installed. Please download binary from url => https://github.com/HaxeFoundation/hashlink/releases/tag/1.10", | |
"2. Hashlink binary is not in path" | |
] | |
}, | |
"hlsdl_1.10.0":{ | |
"cmdline":"haxelib list hlsdl", | |
"expected_stdout": "<SEARCH>[1.10.0]", | |
"common_issue":[ | |
"hlsdl version 1.10.1 not installed / active. Please install or set using command below:", | |
"", | |
"install => haxelib install hlsdl", | |
"set current version => haxelib set hlsdl 1.10.0" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment