Changes between Version 25 and Version 26 of Building/libtorrent


Ignore:
Timestamp:
07/16/2016 09:16:08 PM (8 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Building/libtorrent

    v25 v26  
    7171 
    7272 3. Boost Build Steps:  
    73   
     73 
     74 In the boost directory run the following: 
     75 {{{ 
     76bootstrap.bat 
     77 }}} 
    7478 Due to a [https://svn.boost.org/trac/boost/ticket/10817 boost bug] with `VC for Python`, need to edit `project-config.jam` in boost folder to the following: 
    7579 {{{ 
    7680using msvc : : : <setup>"%USERPROFILE%\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\vcvarsall.bat" ; 
    7781 }}} 
    78  In the boost directory run the following: 
     82 Then run: 
    7983 {{{ 
    80 bootstrap.bat 
    8184b2 --with-system --with-date_time --with-python 
    8285 }}}