Page 7 of 7
Re: Generic build scripts
Posted: Thu Oct 24, 2024 10:28 pm
by cazfi
freeeerf wrote: ↑Thu Oct 24, 2024 10:05 pmI would like to donate something to the FC project. How can I do that?
We share server hosting with the warzone2100 project. You can donate to fund that hosting in
https://opencollective.com/warzone2100
Thank you!
Re: Generic build scripts
Posted: Thu Oct 24, 2024 11:10 pm
by freeeerf
I have to thank you and the FC team. Not only am I now able to play my fav game again, but I learned some stuff regarding Ubuntu and compiling. That's valuable as well for me! Thx 4 the link, will donate tomorrow.
Re: Generic build scripts
Posted: Wed Oct 30, 2024 4:04 am
by cazfi
New version for ubuntu-24.04 (noble). Get it from
https://github.com/freeciv/freeciv-envi ... ildscripts
This version uses the new meson based build system to make freeciv-3.2 builds.
I tested by building from the latest nightly tarball
Code: Select all
./freeciv-ubuntu24.04.sh 3.2.0-alpha3+-5f80cb9f4c gtk4 "" https://files.freeciv.org/nightly/S3_2/tarballs/freeciv-3.2.0-alpha3+-5f80cb9f4c.tar.xz
Re: Generic build scripts
Posted: Wed Oct 30, 2024 4:57 am
by cazfi
New version for Manjaro.
- Fixed building from nightly tarballs (with commit hash in the version number)
- Make 3.2 builds with meson
Re: Generic build scripts
Posted: Thu Nov 14, 2024 12:55 am
by cazfi
To build an alpha release, like 3.2.0-alpha4, one has to tell the script where to download the sources from. I did some updates to the scripts, and tested build of 3.2.0-alpha4 on all of ubuntu-24.04, ubuntu-22.04, and manjaro
Code: Select all
./freeciv-ubuntu24.04.sh 3.2.0-alpha4 gtk4 "" https://files.freeciv.org/alpha/S3_2-alpha4/source/freeciv-3.2.0-alpha4.tar.xz