mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -07:00
- Configure file now checks for pkg-config executable since it is required to detect libtorrent-rasterbar
This commit is contained in:
parent
1d598d7772
commit
9ffe9c2006
4 changed files with 43 additions and 0 deletions
4
INSTALL
4
INSTALL
|
@ -12,6 +12,8 @@ qBittorrent - A BitTorrent client in C++ / Qt4
|
|||
Dependencies:
|
||||
- Qt >= 4.4.0 (libqt-devel, libqtgui, libqtcore, libqtnetwork, libqtxml)
|
||||
|
||||
- pkg-config executable
|
||||
|
||||
- libtorrent-rasterbar by Arvid Norberg (>= 0.14.4 REQUIRED, >= v0.15.0 ADVISED)
|
||||
-> http://www.libtorrent.net
|
||||
Be careful: another library (the one used by rTorrent) uses a similar name.
|
||||
|
@ -40,6 +42,8 @@ qBittorrent - A BitTorrent client in C++ / Qt4
|
|||
Dependencies:
|
||||
- Qt >= 4.4.0 (libqt-devel, libqtcore, libqtnetwork)
|
||||
|
||||
- pkg-config executable
|
||||
|
||||
- libtorrent-rasterbar by Arvid Norberg (>= 0.14.4 REQUIRED, >= v0.15.0 ADVISED)
|
||||
-> http://www.libtorrent.net
|
||||
Be careful: another library (the one used by rTorrent) uses a similar name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue