Megaglest fork
Go to file
Andy Alt c4c426ed74 workflows/cmake.yml:add tests for recent gcc versions;migrate to checkoutv3 (#250)
* workflows/cmake.yml:test on Ubuntu Jammy (22.04);migrate to checkoutv3

This should also fix #247

* maybe fix ssh link error on Ubuntu Jammy

gcc and clang build is failing on Jammy with the message:

'cannot find -lssh: No such file or directory'

Basically I added libcurl-openssl-dev to the deps

* remove libcurl4-gnutls-dev

Trying to correct:

 The following packages have unmet dependencies:
libcurl4-gnutls-dev : Conflicts: libcurl4-openssl-dev but
7.81.0-1ubuntu1.3 is to be installed
libcurl4-openssl-dev : Conflicts: libcurl4-gnutls-dev but
7.81.0-1ubuntu1.3 is to be installed
E: Unable to correct problems, you have held broken packages.
An error occurred while installing build dependencies.

* use cmake FindCURL module

* for OpenSSL, use include instead of find_package

* remove jammy, add gcc-10 and 11 test

* revert now-unrelated changes

* clean-up

* add VERBOSE flag to make

* Update .github/workflows/cmake.yml

* Update .github/workflows/cmake.yml

* use '-f' option from build script to force clang

* force dynamic libs with '-d'

fixes #251

* mk/linux/setupBuildDeps.sh:fix script so 22.04 is detected

*remove vlc deps (not required for the CI)
*remove ubuntu-18.04 from the build matrix, see
https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

* revert removal of commented macos jobs

* run apt-get update and upgrade

* cleanup Prep snapshot section
2022-08-25 19:47:03 +02:00
.github/workflows workflows/cmake.yml:add tests for recent gcc versions;migrate to checkoutv3 (#250) 2022-08-25 19:47:03 +02:00
data Update data submodule 2022-07-30 20:20:01 +01:00
docs Add key mappings to docs 2022-08-14 13:38:16 +02:00
mk workflows/cmake.yml:add tests for recent gcc versions;migrate to checkoutv3 (#250) 2022-08-25 19:47:03 +02:00
source Revert "refactor: remove some useless code," 2022-08-18 05:57:20 +04:00
.editorconfig Adding a file for EditorConfig 2017-05-27 21:54:20 +02:00
.gitattributes Removed masterserver's code (separation from the source). 2014-03-27 20:12:04 +01:00
.gitignore let's try static curl also for mac OS 2017-08-25 22:06:08 +02:00
.gitmodules Move the mojosetup fork back into the MegaGlest organization 2018-06-20 23:42:49 +02:00
.travis-before_install.sh 'mini update' more optional than before 2017-08-27 22:59:07 +02:00
.travis.yml Update IRC server (Freenode -> Libera) 2021-05-22 12:43:51 +02:00
CMakeLists.txt Replace some http links with https (#211) 2022-07-20 22:59:09 +01:00
README.md Replace some http links with https (#211) 2022-07-20 22:59:09 +01:00

README.md

This is the game engine source code repository.

MegaGlest (https://megaglest.org) is a libre software cross platform real-time strategy game.

logo

MegaGlest is an entertaining free (freeware and free software) and open source cross-platform 3D real-time strategy (RTS) game, where you control the armies of one of seven different factions: Tech, Magic, Egypt, Indians, Norsemen, Persian or Romans. The game is played in one of 17 naturally looking settings, which, like the unit models, are crafted with great attention to detail. A lot of additional game data can be downloaded from within the game at no cost.

MegaGlest Downloads

gif > game trailer <

If you want to compile MegaGlest yourself, you should read the following:

Development Tutorial

Git Workflow

Return to the main (upstream) repository here