1

Where can i get boost .lib for visual studio 2010??

I tried to rename the old .lib's for VS2008 but this didn't work for the threads library.

1 Answers1

2

Build the binary from source if the distro supplied one is not compatible.

dirkgently
  • 108,024
  • 16
  • 131
  • 187
  • I think you link is off by one section. Better see http://www.boost.org/doc/libs/1_42_0/more/getting_started/windows.html#or-simplified-build-from-source – Vladimir Prus Mar 15 '10 at 17:10
  • @Vladimir Prus: No, I meant that particular section, that talks about bjam and friends. – dirkgently Mar 15 '10 at 17:34
  • Is there any reason why a section that gives two commands that are sufficient to build Boost, without reading anything at all, is not good? The section you linked is pretty advanced usage for the rare case where the straightforward procedure does not work. – Vladimir Prus Mar 16 '10 at 14:10
  • @Vladimir Prus: This was a pretty direct question: I am assuming the OP knows about enough about Boost. – dirkgently Mar 16 '10 at 14:35