Mario Lacunza wrote:

Hi!

> Whats the CVS path? I want to test it...is possible have installed and 
> running the both SCID (last release and cvs versions) at the same time?

cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/scid login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/scid co 
-P scid

should do the trick.

You can ./configure and then make and run directly from the
CVS-dir, but you'll have to add this directory to your PATH
first. But make sure you have Tcl/Tk 8.5 in you PATH as
well.

I use a shell script which is essentially something like:

    export LANG=en_GB.UTF-8
    cd $HOME/Chess/src/sourceforge/scid/
    export PATH=.:$PATH
    rm scid
    make
    exec ./scid "$file"

The only limitation in concurrent run is, that current cvs
requires Tcl/Tk 8.5 and if you built the last stable with
the common 8.4 toolkit you'll experience a problem with the
fonts. Hence, it makes sense to compile the stable version
against 8.5 as well (the both share ~/.scid)

-- 

Kind regards,                /                 War is Peace.
                             |            Freedom is Slavery.
Alexander Wagner            |         Ignorance is Strength.
                             |
                             | Theory     : G. Orwell, "1984"
                            /  In practice:   USA, since 2001

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to