This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
soft:cadence:icfb61:start [2013/06/21 09:48] jakub.moron |
soft:cadence:icfb61:start [2019/03/08 14:08] (current) |
||
---|---|---|---|
Line 24: | Line 24: | ||
===== System modifications ===== | ===== System modifications ===== | ||
- | <code> apt-get install ksh csh xfs xfonts-100dpi xfonts-100dpi-transcoded xfonts-75dpi xfonts-75dpi-transcoded xfonts-biznet-100dpi xfonts-biznet-75dpi xfonts-biznet-base xfonts-encodings xfonts-scalable xfonts-terminus xfonts-unifont tcl8.5 tk8.5 ia32-libs </code> | + | <code> apt-get install ksh csh xfs xfonts-100dpi xfonts-100dpi-transcoded xfonts-75dpi xfonts-75dpi-transcoded xfonts-biznet-100dpi xfonts-biznet-75dpi xfonts-biznet-base xfonts-encodings xfonts-scalable xfonts-terminus xfonts-unifont tcl8.5 tk8.5 ia32-libs libjpeg62</code> |
Restart the machine. | Restart the machine. | ||
Line 73: | Line 73: | ||
<code> apt-get update </code> | <code> apt-get update </code> | ||
<code> apt-get install oracle-java7-installer </code> | <code> apt-get install oracle-java7-installer </code> | ||
+ | |||
+ | ====== Cadence 2012/2013 (ic 6.1.5) on Ubuntu 12.04.2 LTS (kernel 3.5) ====== | ||
+ | |||
+ | ==== To run lmstat ==== | ||
+ | <code> apt-get install lsb-core </code> | ||
+ | |||
+ | ==== To run ADE XL ==== | ||
+ | install lib32gcc1 package and overwrite 2012_2013/cds_ic_6.1.5hf132/tools.lnx86/lib/vnclibs/libgcc_s.so.1 cadence library with /usr/lib32/libgcc_s.so.1 library from a new installed package. |