2024-03-08 00:10:02 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2022-02-28 00:03:18 +08:00
< !DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
2024-12-20 02:31:54 +08:00
<!ENTITY qbittorrent-download-http "https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-5.0.3/qbittorrent-5.0.3.tar.gz">
2022-02-28 00:03:18 +08:00
<!ENTITY qbittorrent-download-ftp " ">
2024-12-20 02:31:54 +08:00
<!ENTITY qbittorrent-md5sum "31677eab9b89a8519d906f388520884a">
2022-02-28 00:03:18 +08:00
<!ENTITY qbittorrent-size "4.6 MB">
<!ENTITY qbittorrent-buildsize "500 MB">
<!ENTITY qbittorrent-time "2 SBU (using parallelism=4)">
]>
<sect1 id= "qbittorrent" xreflabel= "qBittorrent-&qbittorrent-version;" >
<?dbhtml filename="qbittorrent.html"?>
<title > qBittorrent-&qbittorrent-version; </title>
<indexterm zone= "qbittorrent" >
<primary sortas= "a-qBittorrent" > qBittorrent</primary>
</indexterm>
<sect2 role= "package" >
<title > Introduction to qBittorrent</title>
<para >
<application > qBittorrent</application> project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
</para>
<bridgehead renderas= "sect3" > Package Information</bridgehead>
<itemizedlist spacing= "compact" >
<listitem >
<para >
Download (HTTP): <ulink url= "&qbittorrent-download-http;" />
</para>
</listitem>
<listitem >
<para >
Download (FTP): <ulink url= "&qbittorrent-download-ftp;" />
</para>
</listitem>
<listitem >
<para >
Download MD5 sum: &qbittorrent-md5sum;
</para>
</listitem>
<listitem >
<para >
Download size: &qbittorrent-size;
</para>
</listitem>
<listitem >
<para >
Estimated disk space required: &qbittorrent-buildsize;
</para>
</listitem>
<listitem >
<para >
Estimated build time: &qbittorrent-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas= "sect3" > qBittorrent Dependencies</bridgehead>
<bridgehead renderas= "sect4" > Required</bridgehead>
<para role= "required" >
2024-10-09 03:04:58 +08:00
<xref linkend= "boost" /> , and
<xref linkend= "libtorrent-rasterbar" /> , and
<xref linkend= "qt6" />
2022-02-28 00:03:18 +08:00
</para>
</sect2>
<sect2 role= "installation" >
<title > Installation of qBittorrent</title>
<para >
Install <application > qBittorrent</application> by running the
following commands:
</para>
2024-10-09 03:04:58 +08:00
<screen > <userinput > cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release & &
cmake --build build</userinput> </screen>
2022-02-28 00:03:18 +08:00
<para >
This package does not come with a test suite.
</para>
<para >
Now, as the <systemitem class= "username" > root</systemitem> user:
</para>
2024-10-09 03:04:58 +08:00
<screen role= "root" > <userinput > cmake --install build & &
2024-03-15 21:55:39 +08:00
gio mime application/x-bittorrent org.qbittorrent.qBittorrent.desktop & &
gio mime x-scheme-handler/magnet org.qbittorrent.qBittorrent.desktop</userinput> </screen>
2022-02-28 00:03:18 +08:00
</sect2>
<sect2 role= "content" >
<title > Contents</title>
<segmentedlist >
<segtitle > Installed Programs</segtitle>
<segtitle > Installed Libraries</segtitle>
<segtitle > Installed Directory</segtitle>
<seglistitem >
<seg >
qbittorrent
</seg>
<seg >
None
</seg>
<seg >
/usr/share/qbittorrent
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>