- Build distributions using maven tool:
mvn -P without-jre clean package
- Use the following archives:
target/gomoku-${project.version}-windows.zip for Windows
target/gomoku-${project.version}-unix.tar.gz for MacOS or Linux
- Download OpenJDK 17;
- Unzip the downloaded OpenJDK archive;
- Configure the
PATH environment variable:
- Add
%JDK_HOME%\bin\ directory for Windows;
- Add
$JDK_HOME/bin/ directory for MacOS and Linux;
- Re-login or restart computer;
- Unzip the Gomoku distribution:
- Unzip
gomoku-${project.version}-windows.zip for Windows;
- Unzip
gomoku-${project.version}-unix.tar.gz for MacOS or Linux;
- Go to unzipped directory;
- Run the game by double-click on the start script:
start.cmd for Windows;
start.sh for MacOS or Linux;
- Build distributions using maven tool:
mvn -P with-jre clean package
- Use the following archives:
target/gomoku-${project.version}-windows-with-jre.zip for Windows
target/gomoku-${project.version}-macos-with-jre.tar.gz for MacOS
target/gomoku-${project.version}-linux-with-jre.tar.gz for Linux
- Unzip the Gomoku distribution:
- Unzip
gomoku-${project.version}-windows-with-jre.zip for Windows;
- Unzip
gomoku-${project.version}-macos-with-jre.tar.gz for MacOS;
- Unzip
gomoku-${project.version}-linux-with-jre.tar.gz for Linux;
- Go to unzipped directory;
- Run the game by double-click on the start script:
start.cmd for Windows;
start.sh for MacOS or Linux;