You are not logged in.
Pages: 1
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
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
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
Pages: 1