README.md update for Haxe 4.1.5

This commit is contained in:
Tenta 2021-02-17 18:43:50 -05:00 committed by GitHub
parent a5c4c7ceb5
commit 22e34ffc54
1 changed files with 91 additions and 92 deletions

View File

@ -27,7 +27,8 @@ IF YOU WANT TO COMPILE THE GAME YOURSELF, CONTINUE READING!!!
### Installing shit
First you need to install Haxe and HaxeFlixel. I'm too lazy to write and keep updated with that setup (which is pretty simple).
The link to that is on the [HaxeFlixel website](https://haxeflixel.com/documentation/getting-started/)
1. [Install Haxe 4.1.5](https://haxe.org/download/version/4.1.5/) (Download 4.1.5 instead of 4.2.0 because 4.2.0 is broken and is not working with gits properly...)
2. [Install HaxeFlixel](https://haxeflixel.com/documentation/install-haxeflixel/) after downloading Haxe
Other installations you'd need is the additional libraries, a fully updated list will be in `Project.xml` in the project root, but here are the one's I'm using as of writing.
@ -39,11 +40,9 @@ newgrounds
So for each of those type `haxelib install [library]` so shit like `haxelib install newgrounds`
You'll also need to install polymod. Do this with
```
haxelib git polymod https://github.com/larsiusprime/polymod.git
```
You'll also need to install polymod. To do this, you need to do two things first.
1. For Windows: [Download GitForWindows](https://gitforwindows.org/) to use gits.
2. Run `haxelib git polymod https://github.com/larsiusprime/polymod.git` after GitForWindows is installed
### Ignored files