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.8k stars 313 forks source link

Use on Linux #144

Open sean7084 opened 2 years ago

sean7084 commented 2 years ago

Is there any tutorial for using it on Linux? I am new to Linux and installing programs on it seems confusing.

While compiling it using the terminal, it returns "lack of cmakelists.txt" for "cmake ..". And while I am trying to compile from the scratch, "bash: cd: cmake-3.15.3/: No such file or directory" shows up when I am at "./bootstrap" step.

bupticybee commented 2 years ago

Sorry, I didn't compile the gui version in Linux before, but other guys did successfully compile it on Linux. You might want to check all issues, I remember there are one or two about it.