johanns / Zebra

Snapshot the Zebra by Gunnar Andersson's Ottello program

Home Page:http://radagast.se/othello/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

----- LICENSE -----

This piece of software is released under the GPL.
See the file COPYING for more information.

----- COMPILING -----

You need make and a C compiler, e.g. GCC, to compile Zebra.  Run "make all"
to build Zebra and some tools.  I have built Zebra using Cygwin and GCC 3.2.
Using an older or newer version of GCC should work fine.  ICC should also
work, but I have not access to it.  The inline assembly can only be used
if you run GCC, so performance will probably take a big hit if you use a
compiler that is not capable of reading GCC-style inline assembly.

----- RUNNING -----

Copy coeffs2.bin and book.bin from the directory where WZebra is installed
to the directory where Zebra and its tools are found.
"./zebra -help" describes the available options.  If you find the help text
too terse: Use the force, read the source.

About

Snapshot the Zebra by Gunnar Andersson's Ottello program

http://radagast.se/othello/index.html

License:GNU General Public License v2.0


Languages

Language:C 99.1%Language:Makefile 0.8%Language:C++ 0.1%