Skip to content

Commit

Permalink
drop tcl/tk for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 26, 2024
1 parent 9278247 commit 40fe140
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ make -j4
make install
cd ${BUILDDIR}

wget -q https://prdownloads.sourceforge.net/tcl/tk8.6.13-src.tar.gz
tar -xf tk*.tar.gz
rm *.tar.gz
cd tk*/unix
CFLAGS="-I${DEPSDIR}/include" ./configure --prefix=${DEPSDIR}
make -j4
make install
cd ${BUILDDIR}
#wget -q https://prdownloads.sourceforge.net/tcl/tk8.6.13-src.tar.gz
#tar -xf tk*.tar.gz
#rm *.tar.gz
#cd tk*/unix
#CFLAGS="-I${DEPSDIR}/include" ./configure --prefix=${DEPSDIR}
#make -j4
#make install
#cd ${BUILDDIR}

wget -q -O python-cmake-buildsystem.tar.gz https://github.com/bjia56/python-cmake-buildsystem/tarball/portable-python
tar -xf python-cmake-buildsystem.tar.gz
Expand Down

0 comments on commit 40fe140

Please sign in to comment.