Update README.md

This commit is contained in:
Tenta 2021-02-17 19:32:49 -05:00 committed by GitHub
parent 5f3e8d5d34
commit 08445a2c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,25 +24,28 @@ https://ninja-muffin24.itch.io/friday-night-funkin
IF YOU WANT TO COMPILE THE GAME YOURSELF, CONTINUE READING!!! IF YOU WANT TO COMPILE THE GAME YOURSELF, CONTINUE READING!!!
### Installing shit ### Installing the Required Programs
First you need to install Haxe and HaxeFlixel. I'm too lazy to write and keep updated with that setup (which is pretty simple). First you need to install Haxe and HaxeFlixel. I'm too lazy to write and keep updated with that setup (which is pretty simple).
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...) 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 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. Other installations you'd need is the additional libraries, a fully updated list will be in `Project.xml` in the project root. Currently, these are all of the things you need to install:
``` ```
hscript flixel
flixel-addons
flixel-ui flixel-ui
hscript
newgrounds newgrounds
``` ```
So for each of those type `haxelib install [library]` so shit like `haxelib install newgrounds` So for each of those type `haxelib install [library]` so shit like `haxelib install newgrounds`
You'll also need to install polymod. To do this, you need to do two things first. You'll also need to install polymod. To do this, you need to do a few things first.
1. For Windows: [Download GitForWindows](https://gitforwindows.org/) to use gits. 1. Download [git-scm](https://git-scm.com/downloads). Works for Windows, Mac, and Linux, just select your build.
2. Run `haxelib git polymod https://github.com/larsiusprime/polymod.git` after GitForWindows is installed 2. Follow instructions to install the application properly.
3. Run `haxelib git polymod https://github.com/larsiusprime/polymod.git` in terminal/command-prompt after your git program is installed.
You should have everything ready for compiling the game! Follow the guide below to continue!
### Ignored files ### Ignored files