futures_cpp icon indicating copy to clipboard operation
futures_cpp copied to clipboard

Does it build on Windows?

Open ruipacheco opened this issue 6 years ago • 5 comments

ruipacheco avatar Dec 19 '17 09:12 ruipacheco

An Issue should: "I tried but it doesn't build on Windows" Rather than "Does it build on Windows"

ibroheem avatar Dec 19 '17 13:12 ibroheem

Well, does it?

ruipacheco avatar Dec 19 '17 14:12 ruipacheco

I don't use Window that much for devs, I wouldn't know anyway. I mean u trying it and reporting build errors is better than "Does it build...."

ibroheem avatar Dec 19 '17 15:12 ibroheem

folly support Windows https://github.com/Microsoft/vcpkg/tree/master/ports/folly libev support Windows too,

See https://github.com/chyh1990/futures_cpp/blob/master/include/futures_cpp.h#L5, maybe support Windows.

fcharlie avatar Dec 20 '17 02:12 fcharlie

Building the core system on windows is possible, all dependencies of futures_cpp support Windows. Maybe we can support vcpkg in the build system.

chyh1990 avatar Dec 20 '17 07:12 chyh1990