You are not logged in.

#1 2013-08-28 21:03:26

phairland
Member
Registered: 2013-08-24
Posts: 15

How to install packages in tcl?

I have install tcl using pacman -S. My question is how do I manually install third party packages in tcl. Normally they come with the pkgIndex.tcl file but I am unsure of where to put it.

Thank you

Offline

#2 2013-08-29 10:44:52

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,097

Re: How to install packages in tcl?

If you want them system wide then you should wrap them in a PKGBUILD.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2013-09-03 19:47:49

phairland
Member
Registered: 2013-08-24
Posts: 15

Re: How to install packages in tcl?

I got a better slick idea. How about installing it onto a dropbox folder and keep all your tcl libraries and packages there. Then you just need to add this line onto the tcl file:

set auto_path [linsert $auto_path 0 ~/Dropbox/tcl/lib]

That way if you need to re-install your system you are good to go, without thinking about the AUR packages.

Offline

Board footer

Powered by FluxBB