Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | EricG | |
Old Version | Published before Godot 3 was released. |
Hello,
I have a 32 bits Linux Mint Version because some softwares didn’t worked anymore on my previous 64bits Linux Mint Version
Please, a Linux 32 bits version !!!
P.S. I don’t know how to compile sources anyway !
I miss Godot 2.0 for Linux 32-bit version as well,…so far I’ve solved it… so I installed Wine and downloaded the version for Windows 32-bit but it’s probably not the ideal solution to use Windows version on Linux.
I don’t know why this is such a problem , for Godot 2.0 Alpha is a Linux 32-bit version available.
Bishop | 2016-03-06 14:07
I know you said you don’t know how to compile stuff, but I’d recommend learning! It’s actually pretty easy to compile Godot. http://docs.godotengine.org/en/latest/reference/_compiling.html?highlight=compiling
I do agree that they should include 32 bit binaries for linux. I ran into that problem myself.
ugly_cat | 2016-03-06 16:53
The problem is that compiling for 32-bits from the 64-bit build environment we currently use requires using a chroot
and installing all libraries/programs again on the other side. Even then, there are some difficulties, and currently we haven’t been able to set it up.
Bojidar Marinov | 2016-03-07 12:49