- Build distributions using maven tool:
mvn -P without-jre clean package- Use the following archives:
target/gomoku-${project.version}-windows.zipfor Windowstarget/gomoku-${project.version}-unix.tar.gzfor MacOS or Linux
- Download OpenJDK 17;
- Unzip the downloaded OpenJDK archive;
- Configure the
PATHenvironment variable:- Add
%JDK_HOME%\bin\directory for Windows; - Add
$JDK_HOME/bin/directory for MacOS and Linux;
- Add
- Re-login or restart computer;
- Unzip the Gomoku distribution:
- Unzip
gomoku-${project.version}-windows.zipfor Windows; - Unzip
gomoku-${project.version}-unix.tar.gzfor MacOS or Linux;
- Unzip
- Go to unzipped directory;
- Run the game by double-click on the start script:
start.cmdfor Windows;start.shfor 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.zipfor Windowstarget/gomoku-${project.version}-macos-with-jre.tar.gzfor MacOStarget/gomoku-${project.version}-linux-with-jre.tar.gzfor Linux
- Unzip the Gomoku distribution:
- Unzip
gomoku-${project.version}-windows-with-jre.zipfor Windows; - Unzip
gomoku-${project.version}-macos-with-jre.tar.gzfor MacOS; - Unzip
gomoku-${project.version}-linux-with-jre.tar.gzfor Linux;
- Unzip
- Go to unzipped directory;
- Run the game by double-click on the start script:
start.cmdfor Windows;start.shfor MacOS or Linux;