Omnimaga

Calculator Community => Casio Calculators => Topic started by: flyingfisch on December 20, 2011, 03:13:50 pm

Title: Compile luaFX programs -- Ubuntu
Post 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
Title: Re: Compile luaFX programs -- Ubuntu
Post by: Eiyeron on December 23, 2011, 03:55:40 pm
Have you tried with wine?
Title: Re: Compile luaFX programs -- Ubuntu
Post by: flyingfisch on December 26, 2011, 01:11:54 pm
How do i run it with WINE? I was doing it from command line before.
Title: Re: Compile luaFX programs -- Ubuntu
Post by: Eiyeron on December 31, 2011, 06:53:24 am
have already tried simply an luac in the terminal?
With wine...
wine start "C:\\Games\\Tron\\tron.exe"

2Sec googling...
Title: Re: Compile luaFX programs -- Ubuntu
Post by: flyingfisch on December 31, 2011, 09:51:26 am
Thanks, that worked. :)

And I tried googleing, but I didn't know what type of program luac is so...
Title: Re: Compile luaFX programs -- Ubuntu
Post by: Eiyeron on December 31, 2011, 12:46:28 pm
luac = lua compiler!
Title: Re: Compile luaFX programs -- Ubuntu
Post by: flyingfisch on December 31, 2011, 12:47:15 pm
ok, but is it a shell script or what? And it's veb's custom compiler too. :P
Title: Re: Compile luaFX programs -- Ubuntu
Post by: Eiyeron on January 02, 2012, 06:52:02 am
NOpe, I think that's just some mods fmade, but nothing that is very uncommon...
It's an executable.
Title: Re: Compile luaFX programs -- Ubuntu
Post by: flyingfisch on January 05, 2012, 04:41:17 pm
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.