Installation Guide: Linux
From UVLayout Docs
(Difference between revisions)
Revision as of 08:47, 3 September 2007 (edit) Headus (Talk | contribs) ← Previous diff |
Revision as of 06:05, 4 September 2007 (edit) (undo) Headus (Talk | contribs) m (Protected "Installation Guide: Linux" [edit=sysop:move=sysop]) Next diff → |
Revision as of 06:05, 4 September 2007
|
This page describes how to install or upgrade UVLayout onto a Linux system.
setenv HEADUS_HOME /usr/local/uvlayout-beta set path = ( $HEADUS_HOME/bin $path )
mkdir -p $HEADUS_HOME
tar xvfoz uvlayout-rh9-XXXXXX-beta.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 |