RCRalph
RCRalph

Reputation: 404

How to install and use boost 1.66.0 in Visual Studio 2017

I was looking for a tutorial about how to install boost in Visual Studio, but I can't find any. Can you explain the process?

Upvotes: 4

Views: 6062

Answers (2)

fitzbutz
fitzbutz

Reputation: 976

Try the VC++ Packaging Tool project from Microsoft. I found it very useful and easy to use

Upvotes: 1

MSalters
MSalters

Reputation: 180245

The easiest way would be NuGet; the currently available Boost version for VS2017 is indeed 1.66.0

Upvotes: 5

Related Questions