aboutsummaryrefslogtreecommitdiffhomepage
path: root/QC-dev-environment/install_toolchain.sh
blob: d4a546504d1f53c6119b655994118ece83249366 (plain)
1
2
3
4
5
6
#!/bin/sh
# Original toolchain download is broken, debian package can't be unpacked.
# This is the /opt/analog folder from the debian package.
curl -LO https://www.roelj.com/qc/qc-compiler-toolchain.tar.gz
cd /
tar axvf $1/qc-compiler-toolchain.tar.gz