Next: Running opvdm
Up: Installing opvdm for windows
Previous: Step 2 - installing
For linux you can either compile opvdm from source or if you are a Fedora user just install the rpms. For opvdm rpms comes in two parts, the electrical model (opvdm_core) and the graphical interface (opvdm) which sits on top of (opvdm_core) this is a python script. To install, just issue the following command after having downloaded the rpms:
yum install opvdm-core-ver.rpm opvdm-gui-ver.rpm
If you want to compile opvdm from source and you are on a Fedora system, first run yum.sh in the opvdm directory to make sure you have all the development packages installed. Then type:
make clean
make
rod
2015-01-07