-
Notifications
You must be signed in to change notification settings - Fork 7
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
compile a Linux binary ? #25
Comments
Hi, does CuteChess accept shell scripts as executables? If so it's pretty easy, build the project and make a shsll script running the engine .jar. If not it will become more complicated. Please let me know if you can get it to work, I might be able to provide further assistance like detailed build instructions if you're not familiar with the JVM ecosystem. |
indeed, i'm not into JAVA .. often i find a note: i'm on Linux .. |
Hi, please try |
sorry, i don't see that file in the package .. it contains a |
I thought you were able to compile successfully. Make sure you have Maven and JDK 11+ installed on your machine. You might need to do the following steps so that the build will work:
Then, run |
thanks for this info, now the compilation went well :
i changed the
compare this output to another (working)
|
btw. your code has some |
did you address the |
I think I fixed that at some point, locally when using the engine to play my new engine. Need to get that off an old HDD though, I'll hit you up when I get around to it. |
@tissatussa Hi, just pushed the fix, please check again. |
congrats ! i propose you update those btw. the dates of your source file(s) didn't change on GitHub, so it's not clear you made this fix .. how does this work ? (i've no experience with PR's etc.) |
i let Kairuku play a few games and suddenly it had a disconnection in CuteChess GUI : here's the concerning ZIPped log file : chess.2024-06-22-06-19-52.zip
|
eg. to use in CuteChess : how to compile Kairuku ?
[ i'm on Xubuntu 22.04 ]
The text was updated successfully, but these errors were encountered: