This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

How do you install the tcl.tar.gz?

General support and discussion of Eggdrop bots.
Post Reply
S
Suratka
Voice
Posts: 19
Joined: Sat Jun 25, 2016 4:56 pm
Contact:

How do you install the tcl.tar.gz?

Post by Suratka »

Hello everyone. a trivial question for many of you who are super savvy.

As for the normal tcls I learned to install them, one thing I never understood is how do you install the tc ending with "tar.gz" ??
Thanks: D
g
geek
Halfop
Posts: 47
Joined: Fri Oct 24, 2008 6:07 am

Post by geek »

this is a compressed archive file


to extract use:
tar xzvf tcl.tar.gz
S
Suratka
Voice
Posts: 19
Joined: Sat Jun 25, 2016 4:56 pm
Contact:

Where is it?

Post by Suratka »

yes I know and I also know how to extract etc ..
I just don't understand where and how to install in eggdrop? in which directory of the eggdrop should I unzip and install it?
For example, in this case it is a trivia.
User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

Post by ComputerTech »

ComputerTech
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

When you get a tar.gz file (or tgz), the best way is to copy it in your eggdrop/scripts/ directory and uncompress from it.
If the creator made a good job, it's all right. If he added the initial directory, then move everything.

Example: the dummy.tgz file containes dummy/dummy.tcl and dummy/dummy.conf.
When you extract, you obtain scripts/dummy/dummy.tcl and scripts/dummy/dummy.conf.
Just do (from scripts/ directory):

Code: Select all

mv dummy/* ./
rm -rf dummy/
P.S.: small advisory: learn the linux basics, it could really help.
User avatar
vam2u
Voice
Posts: 31
Joined: Sat Mar 27, 2021 11:19 pm
Location: Malaysia

Post by vam2u »

ComputerTech wrote:Take a look at this:

https://docs.eggheads.org/setup/
Hope the above link can be fix, it's very helpful and it's been down for a while now.
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

User avatar
vam2u
Voice
Posts: 31
Joined: Sat Mar 27, 2021 11:19 pm
Location: Malaysia

Post by vam2u »

Thanks CrazyCat :-D
But there is a details pre-requisite in https://docs.eggheads.org/setup that is very helpful for beginner.
Hope it can be make available again.
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

Are you speaking about https://docs.eggheads.org/install/readm ... requisites ?
You need the following packages: tcl, tcl-dev, tcllib.
If you want ssl support, you also need openssl, libssl-dev, tcl-tls
User avatar
vam2u
Voice
Posts: 31
Joined: Sat Mar 27, 2021 11:19 pm
Location: Malaysia

Post by vam2u »

CrazyCat wrote:Are you speaking about https://docs.eggheads.org/install/readm ... requisites ?
You need the following packages: tcl, tcl-dev, tcllib.
If you want ssl support, you also need openssl, libssl-dev, tcl-tls
That's right, i'm just sharing my opinion that the previous help link is more structure by starting off with the pre-requisites before moving on to the setup :D
Post Reply