Glevolution
From Glest
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
- download the source
- go mk/linux directory
- in the shell type './autogen.sh'
- then './configure' it will tell you what dependencies you need
- install jam (you can't use boostjam)
- change line 313 in shared_lib/include/graphics/paticle.h to static Trajectory strToTrajectory(const string &str);
- type 'jam' in shell
- copy binary and glest.ini to where data files are located. The binary from a Suse10.2 package install is located in /usr/games
- you should be able to run it now
Forum post on compiling
[edit] Enet
- Download Enet
- Extract the Enet folder
- In the shell make sure you are in the directory and root user
- 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
- Download OpenThreads
- Extract folder
- In the shell make sure you are in the directory and root user
- Type 'gmake' push enter
- Type 'gmake install' push enter
OpenThreads is now installed at:
/usr/local/include/OpenThreads
/usr/local/lib/libOpenThreads.so
