gettext-tiny icon indicating copy to clipboard operation
gettext-tiny copied to clipboard

Building git without GUI support

Open HFTrader opened this issue 1 year ago • 3 comments

I came across issue #16 since I was trying to build git on Windows WSL2 and having the same error.

The solution is either install TCL/TK or configure git with ./configure --without-tcltk.

HFTrader avatar Nov 05 '24 14:11 HFTrader