Installation Guide: Linux
From UVLayout Docs
(Difference between revisions)
Revision as of 10:19, 9 August 2012 (edit) Headus (Talk | contribs) ← Previous diff |
Revision as of 10:20, 9 August 2012 (edit) (undo) Headus (Talk | contribs) Next diff → |
||
Line 17: | Line 17: | ||
:3. Run the following command to extract the supplied software (Note: replace XXXXXX below with the build number of the file): | :3. Run the following command to extract the supplied software (Note: replace XXXXXX below with the build number of the file): | ||
- | tar xvfoz uvlayout-pro-XXXXXX-rh9.tgz --directory=$HEADUS_HOME/.. | + | tar xvfoz uvlayout-pro-XXXXXX-fc6.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 into 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 10:20, 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-fc6.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. Wrapper ScriptInstead of modifying your login scripts, you may want to create a wrapper script that sets all the required variables, and then run that script to start UVLayout. An example script would look like this: #!/bin/csh -f # change this to where UVLayout has been installed setenv HEADUS_HOME /usr/local/uvlayout-pro set path = ( $HEADUS_HOME/bin $path) setenv LD_LIBRARY_PATH $HEADUS_HOME/lib uvlayout $* Known Problems
Additional Steps For Different Distos |