richelbilderbeek / globulation2

Get Globulations 2's code to work
GNU General Public License v3.0
0 stars 0 forks source link

globulation2

Branch Travis CI logo
master Build Status
develop Build Status
scons Build Status

Tutorials and how to get hands-on experience with the Globulations 2's source code.

Tutorial videos

Title YouTube Download
Explorers' ground attack here here
Speedrun 1 here here

FAQ

How to clone the actual Globulation2 code ?

In the globulation2 root folder, do:

hg clone https://bitbucket.org/giszmo/glob2

See .travis.yml for the complete Globulation 2 build process.

How to build the actual Globulation2 code?

There are two options:

How to build the actual Globulation2 code using scons?

In the globulation2/glob2 folder, do:

scons

See .travis.yml for the complete Globulation 2 build process.

How to build the actual Globulation2 code using qmake?

In the globulation2 root folder, do:

qmake
make
ln -s glob2/data

How to build the actual Globulation2 code using Qt Creator?

For example, my folder structure is:

So within build-globulation2-Desktop-Debug, I do ln -s ../globulation2/glob2/data.

For example, my folder structure is:

So within build-globulation2-Desktop-Debug, I do ln -s ../globulation2/glob2/maps.

See .travis.yml for the complete Globulation 2 build process.

What are the branches?

Branch Description
master Stable branch using qmake
develop Unstable branch using qmake
scons Stable branch using scons

Links