Skip to content

Commit d368416

Browse files
Update 01-install-haxeflixel.md (#289)
* Update 01-install-haxeflixel.md * Update 01-install-haxeflixel.md
1 parent e93c39d commit d368416

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

documentation/00_getting_started/01-install-haxeflixel.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
title: "Install HaxeFlixel"
33
---
44

5-
To install the latest stable version of HaxeFlixel, open a command prompt and run the following [Haxelib](http://lib.haxe.org/) commands:
5+
To install the latest stable version of HaxeFlixel, open a command prompt and run the following [Haxelib](http://lib.haxe.org/) commands. This will also install dependencies Lime and OpenFL:
66

77
``` bash
8-
haxelib install lime
9-
haxelib install openfl
108
haxelib install flixel
119
```
1210

11+
However, if you are using HaxeFlixel from 5.9.0 and below, you will have install Lime and OpenFL explicitly:
12+
13+
```bash
14+
haxelib install openfl
15+
haxelib install lime
16+
```
17+
1318
After the installation is complete, you can compile games to HTML5, Flash and Neko out of the box.
1419

1520
To easily install additional libraries (addons, ui, demos, tools, templates...) in a single step, just run:

0 commit comments

Comments
 (0)