Changes between Version 8 and Version 9 of Building/libtorrent


Ignore:
Timestamp:
11/26/2014 07:47:20 PM (9 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Building/libtorrent

    v8 v9  
    3737== Windows ==  
    3838  
    39  1. Install the following: 
     39 1. Install Visual Studio or just the compiler: 
     40  * [http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express MS VC++ 2008/2010 Express][[br]] 
     41  '''OR''' 
     42  * [http://www.microsoft.com/en-us/download/details.aspx?id=44266 Microsoft Visual C++ Compiler for Python 2.7] 
    4043 
    41  * [http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express MS VC++ 2008/2010 Express] 
    42  * [http://www.slproweb.com/products/Win32OpenSSL.html OpenSSL win32 (non-light)] 
    43  * [http://www.python.org/ Python 2.7] 
     44 2. Install these packages: 
     45  * [http://www.slproweb.com/products/Win32OpenSSL.html OpenSSL win32 (non-light)] 
     46  * [http://www.python.org/ Python 2.7] 
     47  * [http://www.microsoft.com/en-us/download/details.aspx?id=5582 MSVC 2008 SP1 Redistributable Package (x86)] 
    4448 
    45  2. Download source tarballs and extract to path without space e.g. C:\ drive: 
     49 3. Download source tarballs and extract to path without space e.g. C:\ drive: 
     50  * [http://www.boost.org/ boost] 
     51  * [http://www.libtorrent.org/ libtorrent-rasterbar] 
    4652 
    47  * [http://www.boost.org/ boost] 
    48  * [http://www.libtorrent.org/ libtorrent-rasterbar] 
    49  
    50  3. Build boost - Open a command prompt and execute the following commands: 
     53 4. Build boost - Open a command prompt and execute the following commands: 
    5154 {{{ 
    5255   bootstrap.bat 
     
    5457 }}} 
    5558 Note: Building Boost takes a while and can use several gigabytes of space. 
     59 Note2: If using just the compiler for Python you need to run `vcvarsall.bat` before running bootstrap.bat. 
    5660 
    57  4. Create a `user-config.jam` file in `BOOST_ROOT` (i.e. `C:\boost`) with the following to force `msvc` version: 
     61 5. Create a `user-config.jam` file in `BOOST_ROOT` (i.e. `C:\boost`) with the following to force `msvc` version: 
    5862 
    5963 {{{ 
     
    6165 }}} 
    6266 
    63  5. Open `Visual Studio` command prompt  
     67 6. From command prompt: 
    6468   a. Setup the environmental variables 
    6569   {{{