Omnimaga
Calculator Community => Casio Calculators => Topic started by: flyingfisch on December 20, 2011, 03:13:50 pm
-
How do I compile luaFX source in linux? I used Veb's luac.exe in windows, but I dont know how to run it in linux
-
Have you tried with wine?
-
How do i run it with WINE? I was doing it from command line before.
-
have already tried simply an luac in the terminal?
With wine...
wine start "C:\\Games\\Tron\\tron.exe"
2Sec googling...
-
Thanks, that worked. :)
And I tried googleing, but I didn't know what type of program luac is so...
-
luac = lua compiler!
-
ok, but is it a shell script or what? And it's veb's custom compiler too. :P
-
NOpe, I think that's just some mods fmade, but nothing that is very uncommon...
It's an executable.
-
I was having trouble and found out that actually, i have to run luac in dosbox. (luac runs in wine, but no file is created :P )
anyway, i compiled a lua file successfully.