What tcl/tk is recommended for TrisQuel?

10 réponses [Dernière contribution]
spawnclown
Hors ligne
A rejoint: 03/25/2016

I need to get a tcl/tk package (compliant with "TrisQuel") in order to compile scid (a chess program - http://scid.sourceforge.net/)..

Any suggestions?

lembas
Hors ligne
A rejoint: 05/13/2010

There's one in the repos, package name tcl, try that.

spawnclown
Hors ligne
A rejoint: 03/25/2016

Thanks so much!

jbar
Hors ligne
A rejoint: 01/22/2011
spawnclown
Hors ligne
A rejoint: 03/25/2016

Wow.. that saves a lot of time.. thanks jbar! :-)

spawnclown
Hors ligne
A rejoint: 03/25/2016

Hello lembas and jbar et.al.,

I issued this command at the prompt: neo@neo-VGN-NR260E:~/Downloads/scid-4.4$

sudo apt-get install tcl8.5-dev tk8.5-dev

everything installed without incident...

then I issued this command at the prompt: neo@neo-VGN-NR260E:~/Downloads/scid-4.4$

./configure BINDIR=/usr/local/bin

I got this: ./configure: 30: exec: tclsh: not found

I pulled up the "config" file in gedit and looked at line 30 which says this:

exec tclsh "$0" ${1+"$@"}

Here is my path: echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games

any ideas??

lembas
Hors ligne
A rejoint: 05/13/2010

Do you have the tcl package installed?

spawnclown
Hors ligne
A rejoint: 03/25/2016

hi lembas ... I executed this command:

sudo apt-get install tcl8.5-dev tk8.5-dev

shouldn't that install the tcl and tk ? I thought that the "developer" sw would include everything..

am I wrong?
....

Hmmm... Now I see this command:

sudo apt-get install tk8.6 tcl8.6 tcl8.6-dev
Hmmm ... lol maybe I did'nt install tcl and tk.. lol....

lembas
Hors ligne
A rejoint: 05/13/2010

Yes, you're wrong, the -dev packages are only the headers &c.

If you install the tcl package it will pull in a version and setup the tclsh pointing to it.

spawnclown
Hors ligne
A rejoint: 03/25/2016

yes...

when I used the find command ..

sudo find / -name "tclsh"

nothing.. nada

jbar
Hors ligne
A rejoint: 01/22/2011

You need to install tcl

$ sudo apt-get install tcl

http://packages.trisquel.info/belenos/tcl