From 5adea9b47064d39a5a8262e5f3a5d0141f6f1714 Mon Sep 17 00:00:00 2001 From: cdumez Date: Sat, 25 Aug 2012 00:42:09 -0700 Subject: [PATCH] Updated Debian Ubuntu compilation (mediawiki) --- Debian---Ubuntu-compilation.mediawiki | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/Debian---Ubuntu-compilation.mediawiki b/Debian---Ubuntu-compilation.mediawiki index 4015a5a..23d9ae1 100644 --- a/Debian---Ubuntu-compilation.mediawiki +++ b/Debian---Ubuntu-compilation.mediawiki @@ -1,4 +1,3 @@ - This How to will guide you though the compilation of qBittorrent svn and libtorrent-rasterbar. I wrote it for Ubuntu/Debian but there shouldn't be much difference for other Linux distributions. == Required dependencies == @@ -32,13 +31,7 @@ First you should get libtorrent-rasterbar from SVN: mkdir -p qBittorrent_compiling cd qBittorrent_compiling -* Libtorrent v0.14 (Oldstable but less features - advised) - svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/branches/RC_0_14/ libtorrent - -* Libtorrent v0.15 (More features but possibly unstable) - svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/branches/RC_0_15/ libtorrent - -* Libtorrent v0.16 (Most features but possibly unstable) +* Libtorrent v0.16 svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/branches/RC_0_16/ libtorrent You should now have the latest libtorrent svn branch in libtorrent/ folder. You will notice that there is no configure file provided. Hence, you must generate it yourself by issuing the following commands: @@ -57,9 +50,9 @@ For more information on building libtorrent, see [http://www.rasterbar.com/produ == Compiling qBittorrent (with the Qt4 graphical interface) == Now, let's get to the interesting part: compiling qBittorrent. -Grab latest qBittorrent on svn: +Grab latest qBittorrent from GIT: cd .. (to go back to qBittorrent_compiling/ folder) - svn co https://qbittorrent.svn.sourceforge.net/svnroot/qbittorrent/trunk qbittorrent + git clone https://github.com/qbittorrent/qBittorrent.git Ok, now let's compile it: cd qbittorrent @@ -75,9 +68,9 @@ That's it! qBittorrent should now be installed. You can now run qBittorrent usin == Compiling qBittorrent (without the Qt4 graphical interface) == Now, let's get to the interesting part: compiling qBittorrent. -Grab latest qBittorrent on svn: +Grab latest qBittorrent from GIT: cd .. (to go back to qBittorrent_compiling/ folder) - svn co https://qbittorrent.svn.sourceforge.net/svnroot/qbittorrent/trunk qbittorrent + git clone https://github.com/qbittorrent/qBittorrent.git Ok, now let's compile it: cd qbittorrent @@ -98,4 +91,4 @@ Since you disabled the graphical user interface, qBittorrent should be controlle A documentation about running qBittorrent 2 without GUI is available [[Running-qBittorrent-without-X-server|here]]. == Notes == -* If you experience any problem with this how to, do not hesitate to contact me at chris(at)qbittorrent(dot)org. +* If you experience any problem with this how to, do not hesitate to contact me at chris(at)qbittorrent(dot)org. \ No newline at end of file