So you want to build this from source, eh? Aight, bet. Just follow the instructions below to get started.
- The most recent version of Haxe. 4.1.5 misses some features used by engines like Psych Engine
- HaxeFlixel
- A PC with at least ~30GB of free space. (This is necessary if you're planning to compile for Windows, as Microsoft's SDKs are large).
- git-scm (Necessary for installing libraries for this shit)
- (Optional, but recommended for ease of editing the dependencies) Visual Studio Code
Alright, got everything you need? Great. Let's begin.
To get started, let's install Haxe and HaxeFlixel. If you already have these installed, skip this step. Download the latest version of Haxe for your platform.
Once that's installed, get HaxeFlixel installed with the following commands:
haxelib setup
haxelib install lime
haxelib install openfl
haxelib install flixel
haxelib run lime setup flixel
haxelib run lime setup
haxelib install flixel-tools
haxelib run flixel-tools setup
haxelib install linc_luajit
##Step 1: CLONE THIS FUCKIN REPOSITORY IF YOU HAVEN'T LMAO I'M NOT EVEN JOKING. CLONE IT!