Skip to content

Commit

Permalink
Update INSTALL file
Browse files Browse the repository at this point in the history
Closes #9385.
  • Loading branch information
Chocobo1 committed Aug 29, 2018
1 parent 718b3f0 commit 371c700
Showing 1 changed file with 22 additions and 27 deletions.
49 changes: 22 additions & 27 deletions INSTALL
Original file line number Original file line Diff line number Diff line change
@@ -1,54 +1,49 @@
qBittorrent - A BitTorrent client in C++ / Qt4 qBittorrent - A BitTorrent client in C++ / Qt
------------------------------------------ ------------------------------------------


1) Compile and install qBittorrent with Qt4 Graphical Interface 1) Compile and install qBittorrent with Qt graphical interface


$ ./configure $ ./configure
$ make && make install $ make && make install
$ qbittorrent $ qbittorrent


will install and execute qBittorrent hopefully without any problems. will install and execute qBittorrent.


Dependencies: Dependencies:
- Qt >= 4.6.0 (libqtgui, libqtcore, libqtnetwork, libqtxml, libqtdbus/optional) - Qt >= 5.5.1


- pkg-config executable - pkg-config


- libtorrent-rasterbar by Arvid Norberg (>= 1.0.6) - libtorrent-rasterbar >= 1.0.6 (by Arvid Norberg)
-> http://www.libtorrent.net * https://www.libtorrent.org/
Be careful: another library (the one used by rTorrent) uses a similar name. * Be careful: another library (the one used by rTorrent) uses a similar name


- libboost >= 1.35.x (libboost-system) - Boost >= 1.35


- python >= 2.3 (needed by search engine) - Python >= 2.7.9 / 3.3.0 (optional, runtime only)
* Run time only dependency * Required by the internal search engine


- geoip-database (optional) 2) Compile and install qBittorrent without Qt graphical interface
* If qBittorrent cannot find this database, it will try to resolve countries using the Internet but it will be a lot slower.
* Run time only dependency

2) Compile and install qBittorrent without Qt4 Graphical interface


$ ./configure --disable-gui $ ./configure --disable-gui
$ make && make install $ make && make install
$ qbittorrent $ qbittorrent-nox


will install and execute qBittorrent hopefully without any problems. will install and execute qBittorrent.


Dependencies: Dependencies:
- Qt >= 4.4.0 (libqt-devel, libqtcore, libqtnetwork) - Qt >= 5.5.1

- pkg-config executable


- libtorrent-rasterbar by Arvid Norberg (>= v1.0.6) - pkg-config
-> http://www.libtorrent.net
Be careful: another library (the one used by rTorrent) uses a similar name.


- libboost: libboost-filesystem, libboost-date-time, libboost-thread, libboost-serialization - libtorrent-rasterbar >= 1.0.6 (by Arvid Norberg)
* https://www.libtorrent.org/
* Be careful: another library (the one used by rTorrent) uses a similar name


- Boost >= 1.35


DOCUMENTATION: DOCUMENTATION:
Please note that there is a documentation with a "compiling howto" at http://wiki.qbittorrent.org. Please note that there is a "Compilation" section at http://wiki.qbittorrent.org.


------------------------------------------ ------------------------------------------
Christophe Dumez <chris@qbittorrent.org> sledgehammer999 <sledgehammer999@qbittorrent.org>

0 comments on commit 371c700

Please sign in to comment.