Installation Guide: Linux
From UVLayout Docs
(Difference between revisions)
Revision as of 06:35, 22 March 2012 (edit) Headus (Talk | contribs) ← Previous diff |
Revision as of 06:36, 22 March 2012 (edit) (undo) Headus (Talk | contribs) Next diff → |
||
Line 19: | Line 19: | ||
tar xvfoz uvlayout-pro-XXXXXX-rh9.tgz --directory=$HEADUS_HOME/.. | tar xvfoz uvlayout-pro-XXXXXX-rh9.tgz --directory=$HEADUS_HOME/.. | ||
- | :4. If this is the first time you have installed UVLayout, you will need to activate it by cut'n'pasting your license key to the keys file. Instructions on that are [[Installation_Guide:_Licensing#Running_the_licensing_GUI|here]]. | + | :4. If this is the first time you have installed UVLayout, you will need to activate it by cut'n'pasting your license key into the keys file. Instructions on that are [[Installation_Guide:_Licensing#Running_the_licensing_GUI|here]]. |
Revision as of 06:36, 22 March 2012
|
This page describes how to install or upgrade UVLayout onto a Linux system.
setenv HEADUS_HOME /usr/local/uvlayout-pro set path = ( $HEADUS_HOME/bin $path ) ... and these lines to ~/.bashrc for bash shell users ... export HEADUS_HOME=/usr/local/uvlayout-pro export PATH=$HEADUS_HOME/bin:$PATH
mkdir -p $HEADUS_HOME
tar xvfoz uvlayout-pro-XXXXXX-rh9.tgz --directory=$HEADUS_HOME/..
OpenMotifBy default, UVLayout will possibly not work with the version of OpenMotif already installed on your system. If the required OpenMotif shared libs are missing, each user can turn on the supplied ones by adding the following line to their login scripts: setenv LD_LIBRARY_PATH $HEADUS_HOME/lib Known Problems
|