A convenient client installer for DChess
Java 1.8 or higher is needed for this installer to work.
- Download
installer.jar - In a command line interface, go to the directory you've downloaded
installer.jar - Type
jar -jar installer.jar <INSTALL_DIR>in the command line where<INSTALL_DIR>is the directory you'd like to install the DChess Client in - A bunch of installation messages will be printed out.
- Once the installation is done, go to your installation folder, then go to the
dchessfolder inside - Click the file
DChess.exeto start the DChess client. (if you're not on Windows,.exeshould be the equivalent executable file extension)
This installer would not be possible without packr - a library that allows Java developers to package their own JVM with their programs for ease of deployment.