Nicolas Cannasse 8 роки тому
батько
коміт
7dece13727
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -13,7 +13,8 @@ In order to compile the samples, go to the `samples` directory and run `haxe gen
 To compile:
 - For JS/WebGL: run `haxe [sample]_js.hxml`, then open `index.html` to run
 - For Flash: run `haxe [sample]_swf.hxml`, then open `<sample>.swf` to run
-- For OpenFL/Lime: run `openfl test windows` into the sample directory
+- For HashLink: run `haxe -lib hlsdl|hldx [sample]_hl.hxml` then run `hl <sample>.hl` to run (can use both SDL and DirectX libraries)
+- For OpenFL/Lime: run `openfl test windows` into the sample directory -- OpenFL/Lime is not officially supported, we don't accept issues please send pull requests if you make some changes
 
 Project files for [HaxeDevelop](http://haxedevelop.org) are also generated