Compiling the Engine - SlightlySimple/FNF-Restructure-Engine GitHub Wiki
While I recommend against compiling the engine yourself, it can be done by obtaining the versions of Haxe and the libraries I use to compile:
- Haxe 4.2.5
- lime 8.0.0
- openfl 9.3.3
- flixel 4.11.0
- flixel-addons 2.11.0
- flixel-ui 2.4.0
- polymod 1.7.0
- hscript 2.5.0
- linc_luajit git (To install this one type
haxelib git linc_luajit https://github.com/superpowers04/linc_luajit.git
)