Forum Discussion
2 Replies
- Abe
Frequent Contributor
You will need to install the missing libraries in Linux for ModelSim to work. Type the following command at the Terminal window prompt.
sudo apt-get install libxtst6
- msanyoto
New Contributor
on ubuntu 16.04, 64bit system. I do the following.
sudo apt-get install libxext6:i386
and it's work.