Changes between Version 36 and Version 37 of Building/libtorrent


Ignore:
Timestamp:
01/07/2017 06:12:04 PM (7 years ago)
Author:
Cas
Comment:

add lt 1.1 deps

Legend:

Unmodified
Added
Removed
Modified
  • Building/libtorrent

    v36 v37  
    1515 '''OR''' if that fails manually install them: 
    1616 {{{ 
    17 sudo apt-get install build-essential checkinstall libboost-system-dev libboost-python-dev libssl-dev libgeoip-dev 
     17sudo apt-get install build-essential checkinstall libboost-system-dev libboost-python-dev libboost-chrono-dev libboost-random-dev libssl-dev 
    1818 }}} 
    1919 
     
    118118 Then run: 
    119119 {{{ 
    120 b2 --with-system --with-date_time --with-python 
     120b2 --with-system --with-date_time --with-python --with-chrono --with-random 
    121121 }}} 
    122122