Autotools builds have ./fcser, ./fcgui & co to make it possible to run freeciv from the build directory. This ticket is about bringing similar support to meson based builds.
The patch I have adds generation of a single script called './run.sh' that is used like "./run.sh freeciv-server", "./run.sh freeciv-gtk3.22 -t toonhex", "./run.sh freeciv-ruledit" ...
Autotools builds have ./fcser, ./fcgui & co to make it possible to run freeciv from the build directory. This ticket is about bringing similar support to meson based builds.
The patch I have adds generation of a single script called './run.sh' that is used like "./run.sh freeciv-server", "./run.sh freeciv-gtk3.22 -t toonhex", "./run.sh freeciv-ruledit" ...