From 1663db03f110c085d8348d592d857383eb306baa Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 16:18:20 +0200 Subject: [PATCH] add tk to build --- build.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3134330..ffea3fb 100755 --- a/build.sh +++ b/build.sh @@ -37,4 +37,9 @@ echo " Dist Dir : ${DISTDIR}" cd ${TCL_ROOT} ./configure --prefix=${DISTDIR} make install -cd ${WORLD_ROOT} \ No newline at end of file +cd ${WORLD_ROOT} + +cd ${TK_ROOT} +./configure --prefix=${DISTDIR} +make install +cd ${WORLD_ROOT}