MegaGlest Forum
Archives (read only) => Glest Advanced Engine => General discussion => Topic started by: ProfEclipse on 2 August 2013, 02:05:02
-
I'm trying to compile the base Glest using VC++ 2010. I checked "https://forum.megaglest.org/index.php?PHPSESSID=or34ss8svg51qp6s23ierndjhci4jv4m&topic=3271.0" to download the original project & deps but all links are dead. The instruction doesn't provide enough information to compile Glest properly. Could anyone give me the original project + deps or some more instructions(deps) to compile Glest? Thanks.
-
Why are you trying to compile Glest, which is no longer developed, and why are you posting about it in the GAE forum which is not about Glest?
I am not trying to be mean, but it seems like a couple weird choices.
-
I believe those instructions are good, but the dependencies package it links is long gone. The current deps pack will have most of what you need, sans xerces. If you have little experience with VC++ project maintainence and the subtleties of linking against the CRT (and how your libraries have done so) you will almost certainly have problems that you will not be able to figure out easily. You'll be much better off starting with GAE or MG.
-
I want to compile Glest because it compiles fast. Also it's much simpler & easier to manage. Actually GAE's source code is the thing I'm looking for, and I want an older version to start with (for example, v0.2.7 or lower), but probably they are not available. MG is quite interesting, but too complicated & structured IMO, so I think adding some features to MegaGlest is not a good idea. Also,
(it) the compiler produces lots of temporary files and makes my computer slow down.
Update : I've fixed almost of compiling errors. The only problem is "glu.h" header is missing. I think it's available on http://www.xfree86.org, but the site itself makes me confused and I don't know how to download it. Could anyone tell me how to get this file? Thanks.
-
ProfEclipse, I won't discuss MegaGlest here since these are the GAE forums, but I'd appreciate to learn more about how MegaGlest "produces lots of temporary files and makes [your] computer slow down" on the MegaGlest forums (https://forum.megaglest.org/index.php?board=20.0) since those are problems we're not aware of so far. Thanks.
-
Sorry tomreyn, I clarified my post. It's just about compiling. But actually I'm not aware that MegaGlest can produce temporary files! :)