Gilbert Rebhan wrote:

Hi!

> what's best, if i want to update my scid installation,
> f.e. with the latest from cvs to stay on the bleeding edge
> ?

Well, in case you really always want to use the bleeding
edge co the cvs version to some dir and use some wrapper
script to fire it up right from there:

----------------------------------------------------------------------
    #!/bin/sh
    cd $HOME/sourceforge/scid/
    cvs update
    export PATH=.:$PATH
    rm scid
    make
    export file=`echo "$1" | sed -e 's/\..*$//'`
    exec ./sc_remote "$file"
----------------------------------------------------------------------

> Simply checkout, copy over my existing installation, then
> configure/make ... again !?

Usually you can leave out the configure once it is
configured.

But beware, cvs might be broken, so <put your favourite
disclaimer here/> and re-read it at each startup ;)

-- 

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to