How to get the tk/tcl libraries and .h files (win)

69 Views Asked by At

I want to use the C++/Tk library for a project.(https://cpptk.sourceforge.net/index.html)

I managed to setup the boost library but I still need the tcl and tk libraries and tcl.h and tk.h for it. (https://www.tcl.tk/)

It's a uni project so I'm stuck to work with codeblocks and the Mingw compiler on windows.

I tried it with the "tcl8613-src.zip" and "tk8613-src.zip" and I assume the content in the "win" folder are relevant for me. But I don't know what to do from there on

0

There are 0 best solutions below