Another gomoku or renju manager adapting to Windows and Linux systems.
This program aims to become a gomoku or renju manager with the protocol.
dependencies of compiling.
- Qt5+ (REQUIRED COMPONENTS Core Gui Widgets)
- qmake or cmake
- with QtCreator
Simply build with QtCreator by double-click on qpiskvork.pro
first of all.
- with cmake toolchain
Simply build with the steps as fallow:
cd qpiskvork
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
- with xmake toolchain
More easier than cmake.
cd qpiskvork
xmake config --mode=release
xmake