-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Compilation FreeBSD (no GUI)
Chocobo1 edited this page May 1, 2024
·
2 revisions
- Install required libraries from repository
- pkgconf
- qt5-core
- qt5-network
- qt5-svg
- qt5-linguisttools
- qt5-buildtools
- qt5-qmake
- boost-all
- libtorrent-rasterbar
Copy-paste command
pkg install pkgconf qt5-core qt5-network qt5-svg qt5-linguisttools qt5-buildtools qt5-qmake boost-all libtorrent-rasterbar
- Execute configure script in extracted qBittorrent source or cloned git repository
./configure --disable-gui --prefix=/usr
- Build qBittorrent (use parameter
-j <x>
for multi-threaded compilation)
make
- (Optionally) you can install qBittorrent in the system PATH (root privileges required)
You can also use
qbittorrent-nox
binary directly without installation (./src/qbittorrent-nox
)
make install
- Installing qBittorrent
- Frequently Asked Questions (FAQ)
- qBittorrent options (current and deprecated)
- How to use qBittorrent as a tracker
- How to use portable mode
- Anonymous mode
- How to bind your vpn to prevent ip leaks
State | Version |
---|---|
Current | qBittorrent ≥ v4.1 |
Previous | qBittorrent v3.2.0 - v4.0.x |
Obsolete | qBittorrent < v3.2.0 |
- Let's Encrypt Certificates + Caddy2 Reverse Proxy
- Let's Encrypt certificates + NGINX reverse proxy - Linux
- Let's Encrypt certificates - Linux
- Self-signed SSL certificates - Linux
- Running qBittorrent without X server (WebUI only)
- Running qBittorrent without X server (WebUI only, systemd service set up, Ubuntu 15.04 or newer)
- OpenVPN and qBittorrent without X server
- Coding style
- Contributing
- How to write a search plugin
- Using VSCode for qBittorrent development
- Setup GDB with Qt pretty printers
- How to debug WebUI code