Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Change the content of the below files in boost folder( which is downloaded and extracted)</p> <p>Folder : boost_1_54_0\tools\build\v2\tools Files: 1. msvc.jam</p> <p>content changed :</p> <p>for 32 bit : toolset.flags msvc LINKFLAGS console : /subsystem:console,5.01 ;</p> <p>for 64 bit: toolset.flags msvc LINKFLAGS console : /subsystem:console,5.02 ;</p> <ol> <li>msvc.pycontent changed : for 32 bit : toolset.flags('msvc', 'LINKFLAGS', ['console'], ['/subsystem:console,5.01'])</li> </ol> <p>for 64 bit: toolset.flags('msvc', 'LINKFLAGS', ['console'], ['/subsystem:console,5.02'])Folder : boost_1_54_0\tools\build\v2\engine Files: 1. build.bat content changed : for 32 bit/ 64 bit : 1. fix the Visual Studio Path Exactly like instead of "%ProgramFiles%- change to %ProgramFiles(x86)%</p> <pre><code> 2. Add " /D _USING_V110_SDK71_ " to BOOST_JAM_CC =cl command before Skip_VC11Open vs2012 developer Command prompt and type the following commands </code></pre> <p>** update 7.1A SDK path as per your installation</p> <p>call "%ProgramFiles(x86)%\Microsoft Visual Studio 11.0\VC\bin\vcvars32.bat"</p> <p>set INCLUDE=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Include;%INCLUDE%</p> <p>set PATH=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Bin;%PATH%</p> <p>set LIB=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Lib;%LIB%</p> <p>bootstrap</p> <p>Pick the command as per the OS Type (32/64 bit)</p> <p>for 32 bit :</p> <p>b2 toolset=msvc-11.0 variant=debug,release link=shared runtime-link=shared address-model=32</p> <p>for 64 bit :</p> <p>b2 toolset=msvc-11.0 variant=debug,release link=shared runtime-link=shared address-model=64</p> <p>To compile any sample for release and debug versions follow this:</p> <p>Open vs2012 developer Command prompt and type the following commands</p> <p>call "%ProgramFiles(x86)%\Microsoft Visual Studio 11.0\VC\bin\vcvars32.bat"</p> <p>set INCLUDE=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Include;%INCLUDE%</p> <p>set PATH=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Bin;%PATH%</p> <p>set LIB=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Lib;%LIB%</p> <p>go to the directory of the sample : ex: boost_1_54_0\libs\test\tools\console_test_runner</p> <p>type the following command</p> <p>\boost_1_54_0\bjam.exe --v2 toolset=msvc-11.0 variant=debug,release link=shared threading=multi runtime-link=shared</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload