Compile server only

Do you want to help out with Freeciv development? Then check out this forum.
Post Reply
AmaroK86
Posts: 1
Joined: Wed May 04, 2022 5:24 pm

Compile server only

Post by AmaroK86 »

Hi, I want to compile the latest version but only compile the server side, no gui (gtk, qt, sdl2). Is there a way to do it? I've read the INSTALL but I've found no info on how to disable the client side or avoid to install on my linux machine all the gui libraries.

Any help appreciated, thanks!
cazfi
Elite
Posts: 3069
Joined: Tue Jan 29, 2013 6:54 pm

Re: Compile server only

Post by cazfi »

To disable client build, use --disable-client configure option. You will want to disable build of modpack installer gui too, so use also either --disable-fcmp or --enable-fcmp=cli (latter builds command line version of the modpack installer).

See "./configure --help" for full list of options.
Post Reply