Installation Guide: Linux
From UVLayout Docs
(Difference between revisions)
Revision as of 10:38, 26 August 2014 (edit) Headus (Talk | contribs) ← Previous diff |
Revision as of 09:11, 6 July 2017 (edit) (undo) Headus (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
{{:Installation Guide: Menu}} {{TOC}} This page describes how to install or upgrade UVLayout onto a Linux system. | {{:Installation Guide: Menu}} {{TOC}} This page describes how to install or upgrade UVLayout onto a Linux system. | ||
- | :1. Decide where you want to keep UVLayout, usually /usr/local/, then add these lines to ~/.login for csh/tcsh shell users ... | + | :1. Decide where you want to keep UVLayout, usually /usr/local/, then run the following command to extract the supplied software (Note: replace XXXXXX below with the build version of the downloaded file). |
- | setenv HEADUS_HOME /usr/local/uvlayout-pro | + | tar xvfoz uvlayout-XXXXXX.tgz --directory=/usr/local |
- | set path = ( $HEADUS_HOME/bin $path ) | + | |
- | ... and these lines to ~/.bashrc for bash shell users ... | + | :2. To launch UVLayout, run this command for the Professional version ... |
- | export HEADUS_HOME=/usr/local/uvlayout-pro | + | /usr/local/uvlayout-pro/uvlayout-run |
- | export PATH=$HEADUS_HOME/bin:$PATH | + | |
- | :2. Open up a new shell window so that the new variable and path are used, and create the install directory ... | + | ... or this command for the Demo version ... |
- | mkdir -p $HEADUS_HOME | + | /usr/local/uvlayout-demo/uvlayout-run |
- | :3. Run the following command to extract the supplied software (Note: replace XXXXXX below with the build number of the file): | + | :3. 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]]. |
- | + | ||
- | 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]]. | + | |
== OpenMotif == | == OpenMotif == | ||
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. | 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. | ||
- | |||
- | == Wrapper Script == | ||
- | |||
- | Instead 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. This is what we use here at headus: | ||
- | |||
- | #!/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 | ||
- | |||
- | # remove comment below to run the licensing GUI | ||
- | # headus | ||
- | |||
- | uvlayout $* | ||
== Known Problems == | == Known Problems == |
Revision as of 09:11, 6 July 2017
|
tar xvfoz uvlayout-XXXXXX.tgz --directory=/usr/local
/usr/local/uvlayout-pro/uvlayout-run ... or this command for the Demo version ... /usr/local/uvlayout-demo/uvlayout-run
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
Steps For Different Distos |