Project

General

Profile

Feature #2175 » 0036-INSTALL.meson-Replace-home-cazfi-with-home-user-in-e.patch

S3_3, S3_2 - Marko Lindqvist, 08/27/2026 02:27 PM

View differences:

doc/INSTALL.meson
Configure options are given as '-D<option>=<value>'.
For example to set freeciv installation prefix as
'/home/cazfi/freeciv-install':
'/home/user/freeciv-install':
> meson setup ../src -Dprefix=/home/cazfi/freeciv-install
> meson setup ../src -Dprefix=/home/user/freeciv-install
You can give configure options when you first set up the build directory
(like in example above), or you can change configure options for the
build directory later by 'meson configure' subcommand like this:
> meson configure -Dprefix=/home/cazfi/freeciv-install
> meson configure -Dprefix=/home/user/freeciv-install
You get full list of configure options by running 'meson configure'
subcommand without any configure options to set
(2-2/2)