1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

Actually select the binary distro for Ubuntu 12.04

This commit is contained in:
Jan Decaluwe 2016-03-01 19:42:54 +01:00
parent b81450ead2
commit bb2882a6d0

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -evx
wget https://sourceforge.net/projects/ghdl-updates/files/Builds/ghdl-0.33/debian/ghdl_0.33-1ubuntu1_amd64.deb -O /tmp/ghdl.tar.gz
wget https://sourceforge.net/projects/ghdl-updates/files/Builds/ghdl-0.33/ghdl-0.33-x86_64-linux.tgz -O /tmp/ghdl.tar.gz
mkdir ghdl-0.33
tar -C ghdl-0.33 -xvf /tmp/ghdl.tar.gz