Ns3 Projects for B.E/B.Tech M.E/M.Tech PhD Scholars.  Phone-Number:9790238391   E-mail: ns3simulation@gmail.com

How do I Install TCL TK on Windows 10

Generally, TCL is a general purpose multi – paradigm system programming language. And Tk is a cross platform widget toolkit used for building GUI in many languages . In this article, you can get to know about the installation of TCL TK on windows 10.  

Install Windows Subsystem for Linux

    To install Windows Subsystem for Linux (WSL), we need to do the following steps,

Step 1:

 First, open a PowerShell prompt as an administrator.

Step 2:

 Then, run the following command,

 wsl –install

Download Ubuntu 18.04 LTS

      We can download variety of linux distributions including the Ubuntu 20.04 LTS and Ubuntu 18.04 LTS  by using WSL .We can install ubuntu from the command line , based on a specified version name ,

wsl –install -d Ubuntu-18.04

Download and install TCL TK on windows 10

      Initially, you have to download the TCL TK package first, download the package from the following url,

  https://sourceforge.net/projects/tcl/files/Tcl/8.6.13/tcl8.6.13-src.tar.gz/download?use_mirror=excellmedia

 To install the packages execute the following commands,

cd /home/research/tcl8.6.13/unix

sudo  ./configure –prefix=/opt –enable-gcc

Configure TCL TK in windows 10

Make

Build TCL TK in windows 10

Sudo make install

Build and install TCL TK on windows 10

We hope that the above provided information about installation of TCLTK on windows 10 is enough you to guide and install TCL TK of your own .If you have any queries, please contact us .