--disable-gui

Linux specific questions, problems.
Post Reply
unme

--disable-gui

Post by unme »

Code: Select all

./configure --disable-gui
Configuring qbittorrent ...
Verifying Qt 4 build environment ... fail

Reason: Unable to find the 'qmake' tool for Qt 4.

Be sure you have a proper Qt 4.0 build environment set up.
<skip>
is it still require Qt?

qt-everywhere-opensource-src-4.7.3.tar.gz 203 MB
to compile guiless 3MB program?
User avatar
Peter
Administrator
Administrator
Posts: 3044
Joined: Wed Jul 07, 2010 6:14 pm

Re: --disable-gui

Post by Peter »

Yes, the headless version needs Qt too.

Try AwesomeWM or other applications. They need a huge ton of libraries.
(Also, try to compile KTorrent for example. =))
Brogyi

Re: --disable-gui

Post by Brogyi »

My installation used the next dependencies:

Code: Select all

sudo apt-get install build-essential libtool automake autoconf subversion pkg-config
sudo apt-get install libboost-date-time-dev libboost-dev libboost-filesystem-dev \
libboost-iostreams-dev libboost-program-options-dev libboost-regex-dev \
libboost-serialization-dev libboost-signals-dev libboost-test-dev \
libboost-thread-dev libssl-dev
sudo apt-get install libqt4-dev
User avatar
Peter
Administrator
Administrator
Posts: 3044
Joined: Wed Jul 07, 2010 6:14 pm

Re: --disable-gui

Post by Peter »

[quote="brogyi"]sudo apt-get install libqt4-dev[/quote]

:) That's what he meant. libqt4-dev is literally Qt.
Post Reply