Page 1 of 1

Compile server only

Posted: Thu May 05, 2022 4:14 pm
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!

Re: Compile server only

Posted: Fri May 06, 2022 12:59 am
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.