mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 14:32:21 +08:00
Updated qBittorrent build instructions
This commit is contained in:
parent
82ca4c3c3d
commit
e5a920560f
@ -67,8 +67,9 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="qt6"/>, and
|
||||
<xref linkend="libtorrent-rasterbar"/>
|
||||
<xref linkend="boost"/>, and
|
||||
<xref linkend="libtorrent-rasterbar"/>, and
|
||||
<xref linkend="qt6"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
@ -80,8 +81,8 @@
|
||||
following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
<screen><userinput>cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release &&
|
||||
cmake --build build</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
@ -91,7 +92,7 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
<screen role="root"><userinput>cmake --install build &&
|
||||
gio mime application/x-bittorrent org.qbittorrent.qBittorrent.desktop &&
|
||||
gio mime x-scheme-handler/magnet org.qbittorrent.qBittorrent.desktop</userinput></screen>
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user