What tcl/tk is recommended for TrisQuel?
- Login o registrati per inviare commenti
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?
There's one in the repos, package name tcl, try that.
Thanks so much!
scid is also in the repos
http://packages.trisquel.info/search?keywords=scid&searchon=names&suite=belenos§ion=all
Wow.. that saves a lot of time.. thanks jbar! :-)
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??
Do you have the tcl package installed?
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....
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.
yes...
when I used the find command ..
sudo find / -name "tclsh"
nothing.. nada
You need to install tcl
$ sudo apt-get install tcl
- Login o registrati per inviare commenti