[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to compile scid?



evernine wrote:
> > How usable is this software? If it is reasonable I can make a port
> > for it and *YOU* can test it for me.
>
> Is the equivalent of Chessbase (www.chessbase.com) for *nix. Every
> chess player who wants to study chessgames and stores games in a
> professional way must use Scid (linux) or Chessbase (win).


> finger evernine
Finger of Evernine:

Last disconnected: Mon Mar  1, 14:37 CET 2004

          rating     RD      win    loss    draw   total   best
Blitz      1759     55.0     295     254      32     581   1885 (31-Jul-2002)
Standard   2240    242.4       7       0       1       8
Lightning  1904     96.0     115     113      14     242   1964 (29-Jun-2002)
Bughouse   1558     94.2     285     337       0     622   1717 (12-Oct-2003)
Crazyhouse 1924    105.7      24      23       1      48   1925 (31-Oct-2002)
Atomic     1517    223.1       1       3       0       4

Uh... You are good, but not professional. :)


> I will be very happy to test your eventually port.

I maintain a port for linux and modifying the port to make it work on
OpenBSD was not so hard either:

Here is a buildscript:

name=scid
version=3.6.1
wget http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz
wget http://dl.sourceforge.net/scid/scidlet40k.zip

cd $name-$version
./configure \
    BINDIR=/usr/local/bin \
    SHAREDIR=/usr/local/share/$name \
    TCL_INCLUDE="-I/usr/local/include -I/usr/X11R6/include" \
    TCL_LIBRARY="-L/usr/local/lib -ltcl84"
gmake
gmake install
install ../scidlet40k.sbk /usr/local/share/$name/$name.sbk
install scid.rc /usr/local/share/$name/${name}rc


Ow yes... My fics account name is Rozebottel. :)



# Han