• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Linux Build for Ubuntu (need confirm about which iso download)

Yal

šŸ§ *penguin noises*
GMC Elder
Those two files look like disk images needed to install Ubuntu on a computer (ISO is the standard extension for a raw disk image, and the "Ubuntu 18.04" suggests it's one of the long-term-support releases of it). If you need to install Ubuntu on a computer, you'll need one of those... but you should probably download the latest version for maximal stability, 18.04 is a couple of years old now.

Also, the "torrent" file is probably just a torrent to download the ISO file, not the file itself (note how it's several orders of magnitude smaller!)
 

funkygallo

Member
Oh, the idea is to build the game for Ubunto, so I think I need a Ubunto computer to do this.... true?
Also I write 18.04 because I read the document, but if you think that I can download latest version.. will be more fine (for compatibility)
 

chamaeleon

Member
If you don't have a spare computer, install VirtualBox on your Windows or Mac computer and install Ubuntu 18.04 in it. I would strongly recommend not going with a newer version, unless you feel like you are capable of dealing with dependency issues which may or may not be possible to solve. The finished compiled programs have relatively few libraries they depend on (and you can run the games on non-Ubuntu Linux distributions most of the time), but the build process itself has a bunch of stuff that it expects to be in a certain way.
 

FrostyCat

Redemption Seeker
I've been building off a VirtualBox+Vagrant setup for quite some time now. The running speed is suboptimal, so you don't want to use it to test final products. But it works well enough for me because I only use it to run self-test suites for GML libraries.
 
Top