aMule Forum
English => Compilation problems => Topic started by: Briaj on November 24, 2007, 10:04:55 AM
-
Hello, I'm trying to install amule daemon on a server running Debian and I wonder if I can install amule daemon without libwxgtk? Wich are the compilation options to disable libwxgtk?
Thank you very much.
-
Hello Braij,
Try ./configure --disable-monolithic --with-toolkit=base --enable-amule-daemon
kind regards
-
Hello wuischke , this happens during the configure:
checking whether we need the GUI... no
checking for wx-config... no
configure: error:
wxWidgets must be installed on your system but wx-config
script couldn't be found. Please check that wx-config is
in path or specified by --with-wx-config=path flag, the
directory where wxWidgets libraries are installed (returned
by 'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets version is 2.6.0 or above.
Thank you very much.
-
Oh, you need libwxbase, though. And I recommend a recent developmental version.
-
It works!
Thank you very much indeed!