Author Topic: How to compile GAE source code?  (Read 1972 times)

小丑遊戲

  • Archer
  • *
  • Posts: 23
    • View Profile
How to compile GAE source code?
« on: 15 July 2019, 16:14:01 »

Omega

  • MegaGlest Team
  • Dragon
  • ********
  • Posts: 6,167
  • Professional bug writer
    • View Profile
    • Personal site
Re: How to compile GAE source code?
« Reply #1 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 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
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert