diff options
author | rahulp13 | 2020-02-14 16:46:39 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-14 16:46:39 +0530 |
commit | 7b66bb8a78a492d6b41ea9bb672d40655a7e3e00 (patch) | |
tree | 57ee612a55e9b8b18129642a0be6a682b28447c3 /Debian | |
parent | 026446c131be62253033b046de14e58eca9616b4 (diff) | |
download | nghdl-7b66bb8a78a492d6b41ea9bb672d40655a7e3e00.tar.gz nghdl-7b66bb8a78a492d6b41ea9bb672d40655a7e3e00.tar.bz2 nghdl-7b66bb8a78a492d6b41ea9bb672d40655a7e3e00.zip |
updated installer
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz | bin | 0 -> 3099688 bytes | |||
-rwxr-xr-x | Debian/Ubuntu 16.04+/install-nghdl.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz b/Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz Binary files differnew file mode 100644 index 0000000..f9edffa --- /dev/null +++ b/Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz diff --git a/Debian/Ubuntu 16.04+/install-nghdl.sh b/Debian/Ubuntu 16.04+/install-nghdl.sh index 0078427..274d09c 100755 --- a/Debian/Ubuntu 16.04+/install-nghdl.sh +++ b/Debian/Ubuntu 16.04+/install-nghdl.sh @@ -270,7 +270,7 @@ elif [ $option == "--uninstall" ];then echo "Removing GHDL......................" sudo rm -rf /usr/local/bin/ghdl /usr/local/bin/ghdl1-llvm /usr/local/lib/ghdl /usr/local/lib/libghdlvpi.so /usr/local/include/vpi_user.h echo "Removing LLVM......................" - sudo apt-get remove -y llvm-3.9 + sudo apt-get purge -y llvm-3.9 echo "Removing GNAT-5...................." sudo apt purge -y gnat-5 else |