Branch | |
---|---|
master |
|
develop |
|
scons |
Tutorials and how to get hands-on experience with the Globulations 2's source code.
Title | YouTube | Download |
---|---|---|
Explorers' ground attack | here | here |
Speedrun 1 | here | here |
In the globulation2
root folder, do:
hg clone https://bitbucket.org/giszmo/glob2
See .travis.yml for the complete Globulation 2 build process.
There are two options:
scons
: this is the build system the Globulation 2 developers useqmake
: my personal favorite build systemscons
?In the globulation2/glob2
folder, do:
scons
See .travis.yml for the complete Globulation 2 build process.
qmake
?In the globulation2
root folder, do:
qmake
make
ln -s glob2/data
globulation2
in Qt Creator.glob2/data
folderFor example, my folder structure is:
my_folder
globulation2
: this reposiroy's folderbuild-globulation2-Desktop-Debug
: the build folderSo within build-globulation2-Desktop-Debug
, I
do ln -s ../globulation2/glob2/data
.
glob2/maps
folderFor example, my folder structure is:
my_folder
globulation2
: this reposiroy's folderbuild-globulation2-Desktop-Debug
: the build folderSo within build-globulation2-Desktop-Debug
, I
do ln -s ../globulation2/glob2/maps
.
See .travis.yml for the complete Globulation 2 build process.
Branch | Description |
---|---|
master |
Stable branch using qmake |
develop |
Unstable branch using qmake |
scons |
Stable branch using scons |