-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[READ BEFORE OPENING ISSUES] BEGINNERS GUIDE FOR COMPILING (ERROR FIXES) #10756
Comments
it's not, read through the first lines |
curl works on windows |
it does, just try it |
I tried doing the command in the first place, it works |
it takes a bit depending on your system, but it works |
did you use the next command after |
does it work on mac because lime test mac |
it works on every platform |
but theres no psych engine mac verison on the gamebanana |
doesn't matter, this is for fixing compiling errors |
💀 |
O Wow |
i get this |
nvm works now |
Guy acts like it’s twitter |
idk |
This Happens Everytime With 0.6.0's Updates. |
oh fuck it happen to me |
Did You Find A Fix For It? |
Haxe 4.2.4. |
Ok I'll Try That. |
My Flixel Version Is The Latest Update. So WHAT'S GOING ON HERE? |
haxelib install your moms pus- i mean haxelib update haxefile |
F***ING FINALLY! Thanks So Much! |
Apparently Flixel WASN'T 4.11.0 |
i fucking hate mythslist hes so fucking annoying on gamebanana |
done, you can lock this again |
MAIN COMPILING
Download this setup file and execute it, follow the steps accordingly in order to compile the game
(for Linux / Mac)
ERROR FIXES
all of these need a terminal / command prompt open, so get ready to type stuff
Press Windows+R and type "cmd"
if you are on Linux, just refer to your Desktop Environment's keybinds to open a new terminal (usually Ctrl+Shift+T)
...or launch it from your start menu
type the following commands
haxelib remove hxCodec
haxelib install hxCodec
type the following
haxelib remove linc_luajit
haxelib git linc_luajit https://github.com/superpowers04/linc_luajit
NOTICE: you need git installed in order for the next commands to work
type the following
curl -# -O https://download.visualstudio.microsoft.com/download/pr/3105fcfe-e771-41d6-9a1c-fc971e7d03a7/8eb13958dc429a6e6f7e0d6704d43a55f18d02a253608351b6bf6723ffdaf24e/vs_Community.exe
vs_Community.exe --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows10SDK.19041 -p
del vs_Community.exe
NOTICE: if
del vs_Community.exe
returns an error, simply delete the file manuallyThe text was updated successfully, but these errors were encountered: