summaryrefslogtreecommitdiff
path: root/build_tcl.sh
blob: fac97d22c9cbe281581c43fe755a4f575a18bbab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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 tcl8.6

apt-get source tcl8.6

cd tcl8.6-*

dpkg-buildpackage -B

cd ..

Contact - Imprint