summaryrefslogtreecommitdiff
path: root/install-nghdl.sh
diff options
context:
space:
mode:
authorfossee2019-09-03 11:20:53 +0530
committerfossee2019-09-03 11:20:53 +0530
commit6a2e04a332a5748205a6176adb24607679961ba3 (patch)
tree50ec1b02feb3b10f5e300cafc49d53899e8a1b20 /install-nghdl.sh
parentf8d3dbc8c0f1c59a0546998cb9365e5c291dca07 (diff)
downloadnghdl-6a2e04a332a5748205a6176adb24607679961ba3.tar.gz
nghdl-6a2e04a332a5748205a6176adb24607679961ba3.tar.bz2
nghdl-6a2e04a332a5748205a6176adb24607679961ba3.zip
ghdl setup modified
Diffstat (limited to 'install-nghdl.sh')
-rwxr-xr-xinstall-nghdl.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install-nghdl.sh b/install-nghdl.sh
index 0831468..5b97e8a 100755
--- a/install-nghdl.sh
+++ b/install-nghdl.sh
@@ -66,6 +66,8 @@ function installDependency
# sudo apt-get install -y clang
# echo "Installing zlib1g-dev.................................."
# sudo apt-get install -y zlib1g-dev
+ # echo "Installing xterm.................................."
+ # sudo apt-get install -y xterm
# if [ -d $HOME/$ghdl ]; then
# echo "$ghdl directory already exists at $HOME"