Il'dar Al'Miev <ialm...@yandex.ru> writes:

> i use Windows 7 (64-bit) in my computer, and installed Msys2, and Mingw64.
>  
> i have a question. is it possible to install Tcl-Tk package(s) in
> Mingw64/Msys2 (64-bit), that could be called from C, or C++ ?
>  
> i would appreciate if anybody in the forum could explain me how to
> set-up (install) Tcl-Tk in Msys2 (64-bit).

Tcl/Tk on MinGW64 has nothing special. Just install the packages
(execute this command from a MSYS2/MinGW64 shell):

pacman -S mingw-w64-x86_64-tcl mingw-w64-x86_64-tk

and that will provide the necessary libraries.

In case you have not installed gcc yet:

pacman -S mingw-w64-x86_64-gcc

If you need help about how to call Tcl/Tk packages from C/C++, ask on
Tcl specific forums.



_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to