Recent changes Random page
GAMING
Gaming
 
WoWWiki
Halopedia
FFXIclopedia
Age of Conan
Warhammer Online
Grand Theft Wiki
See more...

Glevolution

From Glest

Jump to: navigation, search
 

Contents

[edit] About

Glevolution is a community version of the free RTS Glest. Based from Glest 2.

[edit] IRC

host: irc.freenode.net room: glevolution

[edit] Developers

hailstone

[edit] License

[edit] Requirements

[edit] Dependencies

  • Openthreads
  • Enet
  • The dependencies from the original Glest

[edit] Features

  • All units and buildings disappear when paused (SVN not updated yet, 15 June 2007, hailstone)

[edit] Downloading

Currently available via the SVN on Sourceforge.net

[edit] Compiling

[edit] For Linux

  1. download the source
  2. go mk/linux directory
  3. in the shell type './autogen.sh'
  4. then './configure' it will tell you what dependencies you need
  5. install jam (you can't use boostjam)
  6. change line 313 in shared_lib/include/graphics/paticle.h to static Trajectory strToTrajectory(const string &str);
  7. type 'jam' in shell
  8. copy binary and glest.ini to where data files are located. The binary from a Suse10.2 package install is located in /usr/games
  9. you should be able to run it now

Forum post on compiling

[edit] Enet

  1. Download Enet
  2. Extract the Enet folder
  3. In the shell make sure you are in the directory and root user
  4. Type './configure && make && make install' then press enter. NOTE: there are 3 commands there

Enet is now installed at:
/usr/local/include/enet
/usr/local/lib/libenet.a

[edit] OpenThreads

  1. Download OpenThreads
  2. Extract folder
  3. In the shell make sure you are in the directory and root user
  4. Type 'gmake' push enter
  5. Type 'gmake install' push enter

OpenThreads is now installed at:
/usr/local/include/OpenThreads
/usr/local/lib/libOpenThreads.so

Rate this article:
Share this article: