Commit Graph

571 Commits

Author SHA1 Message Date
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
NetSysFire 873217577a
Replace some http links with https (#211)
* Replace working http links with https

* downloads also has working https

* forum also has working https

* Fix get_started link

* fix get_started link

Co-authored-by: James Sherratt <jdsherratt3@gmail.com>
2022-07-20 22:59:09 +01:00
Jammyjamjamman 680c868aa9 FTGL required + Manjaro wx package corrected to wxgtk-common
Fixes bugs found in iss #206. Building without FTGL fails and the error
is confusing. So we'll fail at the cmake stage (suggested by andy5995).
People who don't want it can disable this at their own peril! ;-)
2021-07-14 22:28:06 +01:00
SoftCoder 4654f69598 - attempt to see if this makes editors compile in debian sid 2020-08-20 15:16:37 -07:00
SoftCoder 4bdb45e96e - Add support for PopOs and disable VLC support by default in CMake build 2020-08-19 19:14:23 -07:00
titiger 0917cbbb82 fix for ubuntu 20.04 2020-05-12 00:24:39 +02:00
titiger 5d811c0d76 dependencies for ubuntu 20.04 2020-05-11 21:29:58 +02:00
Aleksei Gridnev efbca14747
Update setupBuildDeps.sh
Adding support for Raspbian (I installed all the dependencies for compiling Megaglest on Raspberry Pi 4 by simply substituting Debian with Raspbian in this script, as they are, essentially, the same system; it worked without any additional tweaks).
2020-01-25 21:45:11 +01:00
titiger 95b185bd10 ManjaroLinux needs static libs too 2019-10-21 23:25:11 +02:00
Tom Reynolds 889e247406 create LOG_DIR before accessing it 2018-06-20 22:57:00 +02:00
SoftCoder db6b5c4355 Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop 2018-03-19 07:47:16 -07:00
SoftCoder 959ea8fcf6 - added ubuntu 18.04 support to deps 2018-03-19 07:46:50 -07:00
Tom Reynolds 6e8cdcab01 Make indenting great again (and add missing fi) 2018-02-25 12:21:02 +01:00
SoftCoder 87a9c4c069 - automatically adjust megaglest binary to shim if detected 2017-10-10 00:28:44 -07:00
SoftCoder ab3b70f36a - fix windows build and better automation for building steam shim 2017-10-09 23:53:43 -07:00
SoftCoder da8a44167b - update cppcheck script to install cppcheck if missing and check multiple paths for cfg file 2017-10-09 12:44:53 -07:00
SoftCoder d78f28983b - some coverity based cleanups 2017-10-08 20:31:42 -07:00
SoftCoder a7a92056eb - fix build for ubunti 17.10 2017-09-28 22:12:09 -07:00
filux 056078909a 'mini update' more optional than before 2017-08-27 22:59:07 +02:00
filux 5323a4fcdf let's try static curl also for mac OS 2017-08-25 22:06:08 +02:00
filux a719f29758 updated the supported linux's releases in the script; closes #170 2017-06-29 22:48:01 +02:00
SoftCoder aa8441e33f - added support for ubuntu 17.04 2017-04-12 12:35:54 -07:00
filux ef1c26d931 improved formatting of '--help' output in a way to be more friendly for help2man 2017-04-01 14:53:34 +02:00
SoftCoder bdfb05a700 - attempt to add support for static use of wxwidgets in tools 2017-03-20 17:06:12 -07:00
filux c81dea0029 version number for the development 2017-03-08 21:44:28 +01:00
filux 4846ad092e version number for the release 2017-03-08 21:29:45 +01:00
filux 812589cae6 improved 'start_megaglest_gameserver' script 2017-03-05 17:31:25 +01:00
filux 753fc6bc55 stick to 7 characters even for modern 'git' version 2017-02-18 13:13:00 +01:00
filux bc74eebb22 updated dependencies for debian testing 2017-02-11 14:38:14 +01:00
Tom Reynolds 2c2e213439 Compatibility with current cppcheck version
Multi-threading is now disabled since it cannot be used with the
"unusedFunction" check - which we had enabled so far (and probably want to
keep enabled). Add -j and change the checks in --enable to re-enable multi
threading.

Current cppcheck also depends on a 'library' configuration file. Its location,
and that of cppcheck itself, are now configurable in this script.

skipci
2017-01-31 00:03:48 +01:00
Tom Reynolds a3c930b2da Moderate changes to cppcheck script
skipci
2017-01-30 14:57:38 +01:00
filux b2aa5e1991 travis' configuration test 3 2017-01-21 10:44:47 +01:00
filux 11a72820b0 let's test checking libs in parallel process 2017-01-21 00:06:57 +01:00
filux d2da186001 new script, helpful for 'steam' releases 2017-01-20 23:57:35 +01:00
filux 6e9b463453 added missing spaces 2017-01-06 23:51:24 +01:00
filux 661b512a8a since latest release macos is not 'X' anymore 2016-11-18 02:07:44 +01:00
filux 8d866e640e moved start scripts
... as basically they shouldn't be used with binary files compiled individually in git repository
... but seems that people use them often ... [ci skip]
2016-11-05 13:18:22 +01:00
filux 760d5a9f97 version-synch script will update also date [ci skip] 2016-11-02 19:50:03 +01:00
filux 0f1272f338 improved hints for users 2016-10-23 00:03:21 +02:00
SoftCoder 2107958ad2 - add support for gcc6 in build script -g 6
- fix issue #132
2016-10-17 19:05:21 -07:00
filux 6d7bb258a9 added deps for ubuntu 16.10 2016-10-17 22:27:26 +02:00
filux 82b263e336 added support for os-release 2016-09-30 21:16:19 +02:00
Tom Reynolds c3f0fd5b62 Updates to coverity-scan script 2016-09-06 22:57:49 +02:00
Tom Reynolds 30236d997c Update data reference, git_update script changes 2016-09-06 22:37:42 +02:00
filux 155a80f6b7 better handling for embedded/dynamic libraries 2016-09-04 22:06:52 +02:00
filux 3639e111ef fixed some typos, fixes and enlargement for required dependencies 2016-08-09 21:25:41 +02:00
filux b2759f8cad travis' configuration test5 2016-07-20 20:20:14 +02:00
filux 9f301daa1c travis' configuration test; fixed #123 2016-07-17 17:06:01 +02:00
SoftCoder 8b11e875c6 - fix sid 2016-07-14 15:36:42 -07:00
SoftCoder d3c1891a3d - add sid deps support 2016-07-14 15:34:29 -07:00