0

I know Visual studio 2010 is outdated and should not be used. I am just curious if it is possible to compile libfmt.a in vs2010?

psingh
  • 47
  • 1
  • 4
  • Are you talking about [this library](https://github.com/fmtlib/fmt)? – NathanOliver May 06 '20 at 13:52
  • On [this](https://fmt.dev/latest/index.html) page it says that VS2015 is the first supported version. However it does also say that you can compile version 4.x which only requires C++98. – 0x5453 May 06 '20 at 13:53
  • @NathanOliver Yes, you are right. – psingh May 06 '20 at 14:01
  • @0x5453 thanks for sharing this. I will use 4.x versions for this. I don't know how I missed that when I was going through the page :) – psingh May 06 '20 at 14:03

1 Answers1

0

As per suggestion from @0x5453, we need to use 4.x versions to build against visual studios. Thanks

psingh
  • 47
  • 1
  • 4