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,
To install the packages execute the following commands,
cd /home/research/tcl8.6.13/unix
sudo ./configure –prefix=/opt –enable-gcc
Make
Sudo make install
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 .