Altera_Forum
Honored Contributor
11 years agoModelSim on Fedora 20
Hi,
I've installed ModelSim into my fedora 20, and when I change the directory to: /altera/14.1/modelsim_ase/linuxaloem/ And I tried to run ModelSim with command: ./vsim But there were errors pop up:./vish: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory Then, I googled online found I need to install 32 bit library, so then, I run the command: sudo yum install libXft.i686 But then, the problem remains. Same error as I listed above. Anyone can help?