Compile boost_000049_0 in Windows

Source: Internet
Author: User
Compile boost_000049_0 in Windows

1. Download boost_000049_0.zip or check the boost source code.

SVN Co http://svn.boost.org/svn/boost/trunk boost-trunk

Git clone git: // gitorious.org/boost/svn.git boost-trunk

 

2. decompress the package to the compilation directory (D: \ library \ boost_000049_0 ).

 

3. Run the command line to enter D: \ library \ boost_1_49_0.

 

4. Compile boost-Build:

Bootstrap. BAT (msvc | GCC)

 

5. The simplest compilation method:

Modify the toolset, that is, using GCC or using msvc, of the project-config.jam settings.

Example:

Import option;

Using GCC; # using msvc # Set toolset

Option. Set keep-going: false;

 

6. Run B2 (default build-type = minimal, stagedir =./stage ):

B2.exe

 

After compilation, you can find the compiled library under the stage directory.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.