summaryrefslogtreecommitdiff
path: root/install-nghdl.sh
diff options
context:
space:
mode:
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"