Communauté Eggdrop
Installer TCL - Version imprimable

+- Communauté Eggdrop (https://forum.eggdrop.fr)
+-- Forum : Eggdrop et TCL (https://forum.eggdrop.fr/forumdisplay.php?fid=8)
+--- Forum : F.A.Q. (https://forum.eggdrop.fr/forumdisplay.php?fid=9)
+--- Sujet : Installer TCL (/showthread.php?tid=1083)



Installer TCL - CrazyCat - 05/12/2011

Ainsi que je le dis chaque fois (on va finir par avoir ces lignes partout sur le forum):
Code :
apt-get update
apt-get install tcl8.5 tcl8.5-dev tcllib
Et ensuite, vous pouvez compiler votre eggdrop proprement.

Nota: la dernière version stable est 1.6.21, pas 20.
Raiding a écrit :Quand je met tcl8.5.3 sa me met ça :
Code :
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package tcl8.5.3



RE: TCL animradio.tcl - djkenny - 06/12/2011

pour installer tcl8.6 (sous debian queeze amd64)
en root:
Code :
wget http://ftp.fr.debian.org/debian/pool/main/t/tcl8.6/tcl8.6_8.6.0~b2-1_amd64.deb
wget http://ftp.fr.debian.org/debian/pool/main/t/tcl8.6/tcl8.6-dev_8.6.0~b2-1_amd64.deb
dpkg -i tcl8.6_8.6.0~b2-1_amd64.deb
dpkg -i tcl8.6-dev_8.6.0~b2-1_amd64.deb
rm tcl8.6*.deb

sinon pour d autres architectures, récupérez les paquets ici:
tcl8.6
tcl8.6-dev


RE: Installer TCL - cestlemien - 06/12/2011

Salut,
Et pour ceux qui n'ont ni shel, ni nux, donc un windrop.Quelle est la marche à suivre ? et ou doit-on l'installler ?
dans le windrop ? Sur le HDD à la racine ? (juste une question pour ceux qui justement n'ont pa de shell/bnc/ ect .. )


RE: Installer TCL - CrazyCat - 06/12/2011

Sous windows, je préconise activetcl, voir activetcl 8.6


RE: Installer TCL - djkenny - 07/12/2011

pour un windrop il faudra attendre la version compilée avec tcl8.6


RE: Installer TCL - Carje - 28/12/2011

dsl ca ne fonctionne pas
./eggdrop: error while loading shared libraries: libtcl8.5.so: cannot open shared object file: No such file or directory
make: *** [install-start] Error 127