|
The program has a couple of command line parameters. Invoke it with '--help' with a list and explanations.
In a terminal
When using the SUN Java 7.0 runtime environment, start it with "java -jar DeepBrutePos.jar --io-mode console".
Note: it is fully compatible with OpenJDK: development actually takes place with it.
UCI compatible board
DeepBrutePos as been verified to run with XBoard (yes) using the Polyglot UCI-to-Xboard adapter.
Start it with: "java -jar DeepBrutePos.jar --io-mode uci".
Xboard/WinBoard
The program should fully support xboard/winboard. Start it with commandline "java -jar DeepBrutePos.jar --io-mode xboard".
|