MegaGlest Forum

MegaGlest => MegaGlest => Topic started by: 小丑遊戲 on 15 July 2019, 16:14:01

Title: How to compile GAE source code?
Post by: 小丑遊戲 on 15 July 2019, 16:14:01
What do you need?

https://sourceforge.net/projects/glestae/ (https://sourceforge.net/projects/glestae/)
Title: Re: How to compile GAE source code?
Post by: Omega on 22 July 2019, 09:23:35
To be honest, GAE is preeeetty dead (the git purist in me wants to point to the fact it still uses SVN as an indicator of how long it's been dead :P). And I'm not even sure I can fully recommend downloading from Sourceforge given its reputation these days.

At any rate, the sources are this download (https://sourceforge.net/projects/glestae/files/0.4/glestae-src-0.3.93.tar.bz2/download) and build instructions are (from the readme):

Code: [Select]
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
$ make
$ make install

I have no idea about Windows, honestly. Haven't done Windows dev in ages and C++ is a royal pain on Windows.

If you're just looking for the learning experience or the likes, have fun. But if you're wanting to contribute, I suggest contributing to MegaGlest instead. Git repo: https://github.com/MegaGlest/megaglest-source