[H] Scid on Ubuntu

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

playjunior
Posts: 338
Joined: Fri Jun 22, 2007 12:53 am

[H] Scid on Ubuntu

Post by playjunior »

I'm completely new to this Linux stuff, and apparently having trouble installing scid. Can anyone please create/upload a .deb package?

Thanks a lot.
Anton
Posts: 3549
Joined: Sun Mar 26, 2006 5:53 pm

Re: [H] Scid on Ubuntu

Post by Anton »

playjunior wrote:I'm completely new to this Linux stuff, and apparently having trouble installing scid. Can anyone please create/upload a .deb package?

Thanks a lot.
have you tried this command in a console?

Code: Select all

sudo apt-get install scid
playjunior
Posts: 338
Joined: Fri Jun 22, 2007 12:53 am

Re: [H] Scid on Ubuntu

Post by playjunior »

Yes, it installs a version of scid which is from 2004 I believe :)
Volker Pittlik
Posts: 628
Joined: Wed Mar 08, 2006 9:10 pm
Location: Murten / Morat, Switzerland
Full name: Volker Pittlik

Re: [H] Scid on Ubuntu

Post by Volker Pittlik »

go here: http://scid.sourceforge.net/download.html and download the sourcecode. You'll need gcc and the tcl/tk development packages as well. Follow the instructions in the documentation.
shiv
Posts: 351
Joined: Sat Apr 01, 2006 2:03 am

Re: [H] Scid on Ubuntu

Post by shiv »

Unfortunately, the instructions on the page for linux are not complete and what is worse is the lack of a self installer for linux. For linux newbies this can be a nightmare.

I will try to contribute a linux deb package

The instructions otherwise are:

1. "sudo apt-get install tcl8.5 tcl8.5-dev tk8.5 tk8.5-dev g++ gcc"
Wow, almost sound like profanity!

2. Extract the tar ball http://prdownloads.sourceforge.net/scid ... 2?download with "tar xvfj scid-4.0.tar.bz2"
3. Go into the scid folder
4. ./configure
5. make
6. "sudo make install"
7. Now run scid from the terminal by just typing "scid"

This procedure can be similarly used to compile many other packages from sources.
playjunior
Posts: 338
Joined: Fri Jun 22, 2007 12:53 am

Re: [H] Scid on Ubuntu

Post by playjunior »

shiv wrote:Unfortunately, the instructions on the page for linux are not complete and what is worse is the lack of a self installer for linux. For linux newbies this can be a nightmare.

I will try to contribute a linux deb package

The instructions otherwise are:

1. "sudo apt-get install tcl8.5 tcl8.5-dev tk8.5 tk8.5-dev g++ gcc"
Wow, almost sound like profanity!

2. Extract the tar ball http://prdownloads.sourceforge.net/scid ... 2?download with "tar xvfj scid-4.0.tar.bz2"
3. Go into the scid folder
4. ./configure
5. make
6. "sudo make install"
7. Now run scid from the terminal by just typing "scid"

This procedure can be similarly used to compile many other packages from sources.
Thanks A LOT. Worked perfectly.
Gian-Carlo Pascutto
Posts: 1260
Joined: Sat Dec 13, 2008 7:00 pm

Re: [H] Scid on Ubuntu

Post by Gian-Carlo Pascutto »

shiv wrote: I will try to contribute a linux deb package
Debian already has the very latest versions.
http://packages.debian.org/sid/scid
shiv
Posts: 351
Joined: Sat Apr 01, 2006 2:03 am

Re: [H] Scid on Ubuntu

Post by shiv »

I meant ubuntu deb package. Quite sad that debian and ubuntu are drifting further and further apart. Ubuntu has now become the "windows" of linux :) However, good to hear that debian is up to date with scid.
Gian-Carlo Pascutto
Posts: 1260
Joined: Sat Dec 13, 2008 7:00 pm

Re: [H] Scid on Ubuntu

Post by Gian-Carlo Pascutto »

shiv wrote:I meant ubuntu deb package. Quite sad that debian and ubuntu are drifting further and further apart. Ubuntu has now become the "windows" of linux :) However, good to hear that debian is up to date with scid.
I'm guessing there is some easy way to rebuild the deb package for ubuntu but I admit I don't know what the recommended method for that is.
User avatar
michiguel
Posts: 6401
Joined: Thu Mar 09, 2006 8:30 pm
Location: Chicago, Illinois, USA

Re: [H] Scid on Ubuntu

Post by michiguel »

Gian-Carlo Pascutto wrote:
shiv wrote:I meant ubuntu deb package. Quite sad that debian and ubuntu are drifting further and further apart. Ubuntu has now become the "windows" of linux :) However, good to hear that debian is up to date with scid.
I'm guessing there is some easy way to rebuild the deb package for ubuntu but I admit I don't know what the recommended method for that is.
A debian package is the same as Ubuntu, or not anymore?

Miguel