Author Topic: Compile luaFX programs -- Ubuntu  (Read 3562 times)

0 Members and 1 Guest are viewing this topic.

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Compile luaFX programs -- Ubuntu
« 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



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: Compile luaFX programs -- Ubuntu
« Reply #1 on: December 23, 2011, 03:55:40 pm »
Have you tried with wine?

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Compile luaFX programs -- Ubuntu
« Reply #2 on: December 26, 2011, 01:11:54 pm »
How do i run it with WINE? I was doing it from command line before.



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: Compile luaFX programs -- Ubuntu
« Reply #3 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...

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Compile luaFX programs -- Ubuntu
« Reply #4 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...



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: Compile luaFX programs -- Ubuntu
« Reply #5 on: December 31, 2011, 12:46:28 pm »
luac = lua compiler!

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Compile luaFX programs -- Ubuntu
« Reply #6 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



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: Compile luaFX programs -- Ubuntu
« Reply #7 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.

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Compile luaFX programs -- Ubuntu
« Reply #8 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.
« Last Edit: January 05, 2012, 04:41:36 pm by flyingfisch »



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0