bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.73k stars 306 forks source link

project does not start in СLion #139

Open ant0hin opened 1 year ago

ant0hin commented 1 year ago

2

Hello. I see this error the first time I open a console version project in CLion. Probably I need to install or configure something. Please advise. I'm trying Clion for the first time.

bupticybee commented 1 year ago

2

Hello. I see this error the first time I open a console version project in CLion. Probably I need to install or configure something. Please advise. I'm trying Clion for the first time.

To compile this project, you need a c++ 17 or higher version compiler and configured to Clion.

bupticybee commented 1 year ago

The default compiler version could be lower, you need to update the compiler version.

ant0hin commented 1 year ago

Please show me where I can download the installer for the necessary compiler for Windows. Thanks a lot.

bupticybee commented 1 year ago

Please show me where I can download the installer for the necessary compiler for Windows. Thanks a lot.

I'm sure there are all kinds of tutorials describing how. I forgot exactly how I setup the enviroment, but a lot of other people have compiled it successfully in windows.