Updated Debian Ubuntu compilation (mediawiki)

cdumez 2012-08-25 00:42:09 -07:00
parent 0c096d8c12
commit 5adea9b470

@ -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. 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 == == Required dependencies ==
@ -32,13 +31,7 @@ First you should get libtorrent-rasterbar from SVN:
mkdir -p qBittorrent_compiling mkdir -p qBittorrent_compiling
cd qBittorrent_compiling cd qBittorrent_compiling
* Libtorrent v0.14 (Oldstable but less features - advised) * Libtorrent v0.16
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)
svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/branches/RC_0_16/ libtorrent 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: 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) == == Compiling qBittorrent (with the Qt4 graphical interface) ==
Now, let's get to the interesting part: compiling qBittorrent. 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) 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: Ok, now let's compile it:
cd qbittorrent 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) == == Compiling qBittorrent (without the Qt4 graphical interface) ==
Now, let's get to the interesting part: compiling qBittorrent. 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) 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: Ok, now let's compile it:
cd qbittorrent 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]]. A documentation about running qBittorrent 2 without GUI is available [[Running-qBittorrent-without-X-server|here]].
== Notes == == 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.