Install Tcl Package Centos

Posted on  by  admin
Install Tcl Package Centos Average ratng: 3,8/5 6407 votes

Install Tcl by running the. The Tcl package expects that its source tree is preserved so that packages depending on it for their. Installing Tcl is a guide to getting Tcl installed and configured. Binary Installs edit. Installing Tcl/Tk on Ubuntu. Install tcl on ipaq familiar linux PDA with Img package. ActiveTcl Building from Source edit to build and test Tcl.

The default is to install architecture-specific files into the location specified by --prefix. This is typically set to a subdirectory of the main prefix, (e.g., /usr/local/solaris-sparc) for sites that want to maintain binaries for multiple architectures. If you just have a single system type, then you can ignore this option. Note: be sure to use only absolute path names (those starting with '/') in the --prefix and --exec-prefix options. To install into the directories /home/ user/tcl/bin and /home/ user/tcl/lib, for example, you should configure with: configure --prefix=/home/ user/tcl Tcl's configure supports several options in addition to the standard ones.

Three cases where this can come up - 1) tclkit type interpreters, 2) ActiveTcl with extra packages installed via teacup, 3) extensions which only provide their docs in some form other than man pages. In these cases, if you have access to the internet, web search engines as well as can frequently help. If you do not have access to the internet, then help figuring out how to use the package may be a bit challenging. Virden 28/4/2008, 4:49 น. Right now, the best help for you along these lines is ActiveTcl and its 'teacup' command. It interacts with a central database containing many (on some platforms, over 400) extensions. Interacting with teacup gives you the potential to install extensions already built.

If you are compiling a Tcl extension for windows, please see the. Tcl 8.4 was the last version to support Mac Classic (OS.

• tests Contains a test suite. • tools Contains a collection of tools used when generating Tcl distributions.

Description tcl - Tool Command Language, pronounced tickle Property Value Distribution CentOS 6 Repository CentOS x86_64 Package name tcl Package version 8.5.7 Package release 6.el6 Package architecture x86_64 Package type rpm Installed size 4.35 MB Download size 1.91 MB Official Mirror mirror.centos.org The Tcl (Tool Command Language) provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides a fastest and powerful way to create cross-platform GUI applications. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications.

The configure script is created by GNU autoconf. There are two commonly-specified configure options: --prefix= directory This flag specifies the installation directory. The default is /usr/local. --exec-prefix= directory This flag specifies the installation directory for architecture-specific (i.e., binary) files.

The primary HTTP site is. Unless already available for your Distribution in proprietary packages you'll want to download the source release.

If you read up on teacup, you will find there is also the ability to have teacup 'describe' an extension, and often the information about dependencies and web home are stored in the metadata for the extension. If you can't find the information on the wiki, or via teacup, then ask for specifics here and often people will be able to help.

Description tcl - Tool Command Language, pronounced tickle Property Value Distribution CentOS 6 Repository CentOS x86_64 Package name tcl Package version 8.5.7 Package release 6.el6 Package architecture x86_64 Package type rpm Installed size 4.35 MB Download size 1.91 MB Official Mirror mirror.centos.org The Tcl (Tool Command Language) provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides a fastest and powerful way to create cross-platform GUI applications.

Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications. Alternatives Package Version Architecture Repository 8.6.5 i386 Psychotic Ninja Plus 8.6.5 x86_64 Psychotic Ninja Plus 8.6.3 i386 Psychotic Ninja Plus 8.6.3 x86_64 Psychotic Ninja Plus 8.5.14 i686 Ghettoforge Plus 8.5.14 x86_64 Ghettoforge Plus 8.5.7 i686 CentOS 8.5.7 i686 CentOS - - - Requires Name Value /sbin/ldconfig - - - - - - - Provides Name Value libtcl8.5.so()(64bit) - tcl = 8.5.7-6.el6 tcl(abi) = 8.5 tcl(x86-64) = 8.5.7-6.el6 tcl-tcldict = 8.5.7 Obsoletes Name Value.

You can also build the different platforms in different subdirectories of the unix directory. If you do this, then you must name the configure script with a full pathname. For example: cd /home/ user/src/tcl8.5.0/unix mkdir solaris cd solaris /home/ user/src/tcl8.5.0/unix/configure --prefix=/usr/local --exec-prefix=/usr/local/solaris-sparc Configuring Tk When you configure Tk you may need to tell it where Tcl was built with the --with-tcl flag. This is true, for example, if you build Tcl in a subdirectory of unix as just described. To configure Tk: cd /home/ user/src/tk8.5.0/unix mkdir solaris cd solaris /home/ user/src/tk8.5.0/unix/configure --with-tcl=/home/ user/src/tcl8.5.0/unix/solaris --prefix=/usr/local --exec-prefix=/usr/local/solaris-sparc Building with Make After you configure your Makefile, type 'make'. This will create a library archive called libtcl.a or libtcl.so and an interpreter application called tclsh that allows you to type Tcl commands interactively or execute script files. When you build Tk, you create libtk.a or libtk.so and the wish executable.

This is a set up I am doing for a college to promote Linux use in their labs. I have a shared location, let me call it /tp; I want to install all my libraries and packages in this location just like the default install. Reason to do this is: I want all the users in the network connected to this server to link their programs to this particular location to pick up libraries for the program. The closest I came to was using (for example) yum install boost --installroot=/tp/.

I just downloaded eggdrop1.6.19 on my centos (centos-release-4-4.4) I dit './configure' and see also this error [code] configure: error: Tcl cannot be found on this system. Eggdrop requires Tcl to compile. If you already have Tcl installed on this system, and I just wasn't looking in the right place for it, re-run./configure using the --with-tcllib='/path/to/libtcl.so' and --with-tclinc='/path/to/tcl.h' options. Bamini tamil font free download. See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more information. [/code] check rpm's [code] rpm -qa grep tcl tclx-8.3.5-4 tcl-8.4.7-2 [/code] tcl-devel is missing so I dit 'yum -y install tcl-devel' then./configure again and the configure is done.

You'll need both Tcl and Tk source s. This procedure refers to the second case. Choose between compressed tar and gzipped tar format. Compressed Tar Files Tcl sources (tcl8.0.3.tar.Z): compressed tar file (about 2.4 Mbytes). Tk sources (tk8.0.3.tar.Z): compressed tar file (about 3.3 Mbytes).

There are many other freely available packages for Tcl and Tk, including both scripts written in Tcl and extensions written in C or C++. These packages include database applications and network access, a graphical user interface builder, the expect program, additional Tk widgets, and dozens of other things.

Many more Tcl/Tk scripts and extensions are also available freely. The Tcl/Tk core consists of the Tcl and Tk libraries, plus the wish and tclsh applications, associated documentation, script libraries, and demonstrat ive applications. The primary FTP site for this information is.

Tcl (Tool Command Language) is a dynamic programming/scripting language based on concepts of Lisp, C, and Unix shells. It can be used interactively, or by running scripts (programs) which can use a package system for structuring, hence allowing to do much with little code. Tcl is available for Linux, Windows, Mac OS X, as well as other platforms, as open-source software under BSD-like license, or as pre-built binaries. ~WikiBooks First off i would like to say im still fairly new to programming in tcl/tk but this intructable will cover how to download and install Active Tcl on Windows. Also a thank you to larry03052 for introducing me to tcl/tk. Okay so now we will actually be installing Active Tcl * First find where you downloaded the ActiveTcl installer and open it up * Read (if you want) and then click next and accept the License Agreement * Now choose where you want to install everything * Last but not least, click next to begin installing Annnnnddddd BOOOOOOOM you have successfully installed Tcl and can now start programming.

It also provides namespaces, binary I/O, and several other new features. Tk 8.0 is the first release to provide native look and feel on Macintoshes and PCs. Tk 8.0 also supports application embedding and has a new portable font mechanism. Both Tcl 8.0 and Tk 8.0 provide additional features in the Safe-Tcl security model.

This is an on-line database of porting information. We make no guarantees that this information is accurate, complete, or up-to-date, but you may find it useful. If you get Tcl running on a new configuration, we would be happy to receive new information to add to the database. We're also interested in hearing how to change the configuration setup so that Tcl compiles out of the box on more platforms. In order to compile Tcl for Windows, you need the following items: • Tcl 8.6.8 source distribution (or the latest patch release) • MS Visual C++ 6.x or greater. In the win subdirectory of the source release, you will find makefile.vc. This is the makefile for the Visual C++ compiler.

Coments are closed
Scroll to top