For anyone else on Linux that can't run the game because your distro's version of GLEW is newer than the 2.0 version the game asks for (2.2.0 for example) you can download the old 2.0 version of GLEW from your distro's package repos (
You must be registered to see the links
) extract and place it somewhere in your system and then use the command export LD_PRELOAD=<path_to_libglew> to preload your local 2.0 version of GLEW on that terminal session so that the game uses that when you launch it afterwards, that way you won't have to downgrade the package on your system, keep in mind this is limited to that terminal session you used the export command on, so run the game from that same terminal or it won't work.