From d4324b7090e6518bee4260a1bc6844cbb0cd1f4d Mon Sep 17 00:00:00 2001 From: Alex Ryan Date: Wed, 5 Aug 2015 15:19:01 -0700 Subject: [PATCH] Made git clone procedure more explicit --- Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki b/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki index 3c220f4..6aba169 100644 --- a/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki +++ b/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki @@ -42,7 +42,7 @@ Then you can install libtorrent using the following commands: For more information on building libtorrent, see [http://www.rasterbar.com/products/libtorrent/building.html libtorrent downloading and building] == Compiling qBittorrent (with the GUI) == -First, obtain the qBittorrent source code. Either download and extract a .tar archive from [http://sourceforge.net/projects/qbittorrent/files/qbittorrent/ Sourceforge] or clone this git repo. +First, obtain the qBittorrent source code. Either download and extract a .tar archive from [http://sourceforge.net/projects/qbittorrent/files/qbittorrent/ Sourceforge] or clone this git repo(git clone https://github.com/qbittorrent/qBittorrent).
Enter the folder in a new terminal window and run: ./configure --prefix=/usr make @@ -57,7 +57,7 @@ That's it! qBittorrent should now be installed. You can now run qBittorrent usin qbittorrent == Compiling qBittorrent (without the GUI; aka qBittorrent-nox aka headless) == -First, obtain the qBittorrent source code. Either download and extract a .tar archive from [http://sourceforge.net/projects/qbittorrent/files/qbittorrent/ Sourceforge] or clone this git repo. +First, obtain the qBittorrent source code. Either download and extract a .tar archive from [http://sourceforge.net/projects/qbittorrent/files/qbittorrent/ Sourceforge] or clone this git repo (git clone https://github.com/qbittorrent/qBittorrent).
Enter the folder in a new terminal window and run: ./configure --prefix=/usr --disable-gui make