Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit f1a7dbb

Browse files
Upgrade Haxe to latest (4.2.3).
1 parent c6f7df6 commit f1a7dbb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: krdlab/setup-haxe@v1
2020
with:
21-
haxe-version: 4.1.5
21+
haxe-version: 4.2.3
2222
# Runs a set of commands using the runners shell
2323
- name: script run line haha
2424
run: |

appveyor-macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ install:
1010
- brew install neko
1111
- brew install gnu-tar
1212
- brew install wget
13-
- wget "https://github.com/HaxeFoundation/haxe/releases/download/4.1.5/haxe-4.1.5-osx.tar.gz"
13+
- wget "https://github.com/HaxeFoundation/haxe/releases/download/4.2.3/haxe-4.2.3-osx.tar.gz"
1414
- mkdir $HAXE_INSTALLDIR
15-
- tar -xf haxe-4.1.5-osx.tar.gz -C $HAXE_INSTALLDIR
15+
- tar -xf haxe-4.2.3-osx.tar.gz -C $HAXE_INSTALLDIR
1616
- export PATH=$PATH:$HAXE_INSTALLDIR/haxe_20201231082044_5e33a78aa
1717
- mkdir $HAXELIB_ROOT && haxelib setup $HAXELIB_ROOT
1818
- haxelib install lime 7.9.0

appveyor-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
# Install the neko chocolatey package (https://chocolatey.org/packages/neko)
1212
- cinst neko --version 2.3.0 -y
1313
# Install the haxe chocolatey package (https://chocolatey.org/packages/haxe)
14-
- cinst haxe --version 4.1.5 -y
14+
- cinst haxe --version 4.2.3 -y
1515
- RefreshEnv
1616
# Setup haxelib
1717
- mkdir "%HAXELIB_ROOT%"

docs/building.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
**Also also note**: To build for *Windows*, you need to be on *Windows*. To build for *Linux*, you need to be on *Linux*. Same goes for macOS. You can build for html5/browsers on any platform.
88

99
## Dependencies
10-
1. [Install Haxe 4.1.5](https://haxe.org/download/version/4.1.5/). You should use 4.1.5 instead of the latest version because the latest version has some problems with Friday Night Funkin': Kade Engine.
10+
1. [Install Haxe](https://haxe.org/download/). You should use the latest version.
1111
2. After installing Haxe, [Install HaxeFlixel](https://haxeflixel.com/documentation/install-haxeflixel/).
1212
3. Install `git`.
1313
- Windows: install from the [git-scm](https://git-scm.com/downloads) website.
1414
- Linux: install the `git` package: `sudo apt install git` (ubuntu), `sudo pacman -S git` (arch), etc... (you probably already have it)
1515
4. Install and set up the necessary libraries:
16-
- `haxelib install lime 7.9.0`
16+
- `haxelib install lime`
1717
- `haxelib install openfl`
1818
- `haxelib install flixel`
1919
- `haxelib run lime setup`

0 commit comments

Comments
 (0)