summaryrefslogtreecommitdiff
path: root/build_tk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_tk.sh')
-rw-r--r--build_tk.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/build_tk.sh b/build_tk.sh
deleted file mode 100644
index 8551133..0000000
--- a/build_tk.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-# Script to facilitate building tcl/tk 8.6 binaries for CRAN in a chroot
-# Matching CRAN sources must be in /etc/apt/sources.list of the chroot
-
-apt-get update
-apt-get build-dep tk8.6
-
-apt-get source tk8.6
-
-cd tk8.6-*
-
-dpkg-buildpackage -B
-
-cd ..

Contact - Imprint