Installation Guide: Linux
From UVLayout Docs
(Difference between revisions)
Revision as of 10:05, 9 August 2012 (edit) Headus (Talk | contribs) (→OpenMotif) ← Previous diff |
Revision as of 10:08, 9 August 2012 (edit) (undo) Headus (Talk | contribs) (→OpenMotif) Next diff → |
||
Line 24: | Line 24: | ||
== OpenMotif == | == OpenMotif == | ||
- | By 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 or wrapper scripts: | + | Linux versions of the headus tools use OpenMotif for their GUI interfaces. The version of OpenMotif that's on your system is used by default, but if this is missing or incompatible, the required OpenMotif shared libs are included in the headus installation. See the [http://www.uvlayout.com/openmotif OpenMotif] page for further details. |
- | + | ||
- | setenv LD_LIBRARY_PATH $HEADUS_HOME/lib | + | |
- | + | ||
- | See the [http://www.uvlayout.com/openmotif OpenMotif] page for further details. | + | |
== Known Problems == | == Known Problems == |
Revision as of 10:08, 9 August 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/..
OpenMotifLinux versions of the headus tools use OpenMotif for their GUI interfaces. The version of OpenMotif that's on your system is used by default, but if this is missing or incompatible, the required OpenMotif shared libs are included in the headus installation. See the OpenMotif page for further details. Known Problems
Additional Steps For Different Distos |