Gomoku is a strategy board game traditionally played on a Go board with stones of two different colors.
Before compiling, please, install all dependencies of project and Qt5
with Qml
.
For that use requirements.sh
shell script
> ./requirements.sh
To compile the project you can use make.sh
shell script
> ./make.sh
Or run next commands in the bash
> qmake Gomoku.pro
> make -j8