This repository was archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Compiling
Joalor64 edited this page May 18, 2022
·
15 revisions
If you want to build the game yourself or build it with a mod, here's how to do it.
You must have the most up-to-date version of Haxe. Seriously, stop using 4.1.5, it misses some stuff.
Follow a Friday Night Funkin' source code compilation tutorial. After you do this, you will need to install LuaJIT.
To install LuaJIT, put this command in Command Prompt or Powershell: haxelib git linc_luajit https://github.com/AndreiRudenko/linc_luajit
Last but not least, if you don't want your mod to be able to run .lua scripts, delete the "LUA_ALLOWED" line on Project.xml.
- Download the following:
- After downloading, do this:
- Install JDK
- Install Android Studio
- Unzip NDK (No Installation Required)
- Setup Android Studio
To do this, go to Android Studio itself, and go to (Settings-->Appearance & Behavior-->Android SDK)
Unfinished