Changes between Version 12 and Version 13 of Building/libtorrent


Ignore:
Timestamp:
07/27/2015 10:45:51 AM (9 years ago)
Author:
Cas
Comment:

Add a few more details for ubuntu build and tidy the page header

Legend:

Unmodified
Added
Removed
Modified
  • Building/libtorrent

    v12 v13  
    1 This page is for those cases where libtorrent is needing to be built from source. Remember to check the libtorrent docs for any updates to build procedures.  
     1= Build libtorrent from source = 
    22 
    3 == Ubuntu == 
     3[[PageOutline(2-4,,inline, unnumbered)]] 
     4 
     5Remember to check the libtorrent [http://www.libtorrent.org/building.html documentation] for any updates to build procedures.  
     6 
     7== Ubuntu / Debian == 
    48 
    59 1. Download libtorrent source tarball and extract it: 
    610 
    7   * [http://www.libtorrent.org/ libtorrent-rasterbar] 
     11  * [http://sourceforge.net/projects/libtorrent/files/libtorrent/ libtorrent-rasterbar] 
     12{{{ 
     13tar xf libtorrent-rasterbar.tar.gz 
     14cd libtorrent-rasterbar 
     15}}} 
    816 
    917 2. Get the dependencies for libtorrent 
     
    1119sudo apt-get build-dep libtorrent-rasterbar 
    1220}}} 
     21 
     22 For reference the usual libtorrent dependencies are: 
     23 {{{ 
     24 sudo apt-get build-essential libboost-system-dev libboost-python-dev libssl-dev libgeoip-dev 
     25 }}} 
    1326 
    1427 3.  Build (in the extracted tarball dir): 
     
    1831}}} 
    1932 
    20  Note: For source code from svn, create the `configure` script by runnning: `./autotool.sh` 
     33 ''Note:'' For source code from svn, create the `configure` script by runnning: `./autotool.sh` 
    2134 
    2235 4. Install: 
     
    149162  * [http://gui-at.blogspot.co.uk/2010/01/windbg-for-beginners.html Windbg for Beginners] 
    150163 
    151 == Resources == 
     164== Further Resources == 
    152165 
    153166 * [http://libtorrent.org/building.html libtorrent]