Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build from source? #197

Open
fmo-mt opened this issue May 10, 2024 · 9 comments
Open

Build from source? #197

fmo-mt opened this issue May 10, 2024 · 9 comments

Comments

@fmo-mt
Copy link

fmo-mt commented May 10, 2024

Hey I found that the released version is kinda old and many commits were not included.

Can you provide the ways we can build from source on different platforms?

@bupticybee
Copy link
Owner

Yeah, just load the source code to QT opensource and it should be running. Versions of tool are in readme.

@fmo-mt
Copy link
Author

fmo-mt commented May 10, 2024

Yeah, just load the source code to QT opensource and it should be running. Versions of tool are in readme.

I built the latest commit on my M1pro macbook and it runs more than 10x faster than the released one. It's a great work and you should think about updating the releases.

@bupticybee
Copy link
Owner

Yeah, just load the source code to QT opensource and it should be running. Versions of tool are in readme.

I built the latest commit on my M1pro macbook and it runs more than 10x faster than the released one. It's a great work and you should think about updating the releases.

10x faster wow, great news. Could you provide the binary?

@bupticybee
Copy link
Owner

Yeah, just load the source code to QT opensource and it should be running. Versions of tool are in readme.

I built the latest commit on my M1pro macbook and it runs more than 10x faster than the released one. It's a great work and you should think about updating the releases.

10x faster wow, great news. Could you provide the binary?

I don't think any optimization I did over the last year has 10x faster effective, could just be hardware update.

@fmo-mt
Copy link
Author

fmo-mt commented May 15, 2024

you can leave a email here, I'll send you later.

@bupticybee
Copy link
Owner

you can leave a email here, I'll send you later.

Please send to [email protected]

@deardaveed
Copy link

Yeah, just load the source code to QT opensource and it should be running. Versions of tool are in readme.

I built the latest commit on my M1pro macbook and it runs more than 10x faster than the released one. It's a great work and you should think about updating the releases.

can someone post a newer released version for those of us that aren't too tech-savvy?

@nofreewill42
Copy link

Yeah, just load the source code to QT opensource and it should be running. Versions of tool are in readme.

I built the latest commit on my M1pro macbook and it runs more than 10x faster than the released one. It's a great work and you should think about updating the releases.

can someone post a newer released version for those of us that aren't too tech-savvy?

I used chatgpt for help (copy pasting this thread to it and the whole "homepage" of the github project with ctrl+a ctrl+c and pasted to chatgpt as well, then asked how to install this thing on linux)
Gave me sudo apt-get update sudo apt-get install build-essential qt5-default cmake git
But this gave error for qt5-default not existing, copy pasted it to chatgpt and it gave me
sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
which worked.

So on Linux I've done:

(base) nofreewill@nofreewill:~/Escritorio/poker/TexasSolver$ sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
$ qmake TexasSolverGui.pro
$ make

Then double click TexasSolverGui
image

@ShireGrin
Copy link

Thanks for the example @nofreewill42

Also if you install open source/community version of qt creator (you can download their online installer)

And just click on
image
Open Project

You should then select the TexasSolverGui.pro file in the repo, that will do everything and index and after a while you can click on the run here:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants