zekyll / OMPEval

Fast C++ poker hand evaluator and equity calculator
ISC License
173 stars 69 forks source link

Is it possible for this repo to be supported on windows? #20

Open andyafter opened 5 years ago

andyafter commented 5 years ago

Hey I am trying to use this library in my repository. I am using cmake under windows with visual studio 2019 compiler.

ThibaultDieudonne commented 4 years ago

You can just add every code/header files in a new project then compile with MinGW or g++ using flags "-O3 -std=c++11 -Wall -Wpedantic -pthread". You probably need to add "#include < functional >" in EquityCalculator.h as reported in previous issue.