Lattice Diamond: Difference between revisions
added Ubuntu installation instructions |
added moving license.dat to instructions |
||
| Line 40: | Line 40: | ||
# run the relevant commands from the post install script | # run the relevant commands from the post install script | ||
export RPM_INSTALL_PREFIX=~/apps/diamond/usr/local | export RPM_INSTALL_PREFIX=~/apps/diamond/usr/local | ||
rpm -qp --scripts ~/Downloads/diamond_3_12-base-240-2-x86_64-linux.rpm | sed -n '/^postinstall scriptlet/,${p;/^preuninstall scriptlet/q}' - | grep tar | source /dev/stdin</pre> | rpm -qp --scripts ~/Downloads/diamond_3_12-base-240-2-x86_64-linux.rpm | sed -n '/^postinstall scriptlet/,${p;/^preuninstall scriptlet/q}' - | grep tar | source /dev/stdin | ||
# place license.dat file in the default license search directory | |||
mv ~/Downloads/license.dat ~/apps/diamond/usr/local/diamond/3.12/license/</pre> | |||
The following online guides are useful: | The following online guides are useful: | ||