Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Compiling

Joalor64 edited this page May 18, 2022 · 15 revisions

Compiling

If you want to build the game yourself or build it with a mod, here's how to do it.

How to Compile

Windows / Mac / Linux

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.

Android (Support for Android will be added soon...)

  1. Download the following:
  1. Unfinished for now

Clone this wiki locally