Installation Guide: Linux
From UVLayout Docs
(Difference between revisions)
| Revision as of 10:33, 8 February 2007 (edit) Headus (Talk | contribs) ← Previous diff |
Revision as of 08:43, 3 September 2007 (edit) (undo) Headus (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| - | {{:Installation Guide: Menu}} | + | {{:Installation Guide: Menu}} 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 ... | ||
| + | |||
| + | setenv HEADUS_HOME /usr/local/uvlayout-beta | ||
| + | set 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 ... | ||
| + | |||
| + | mkdir -p $HEADUS_HOME | ||
| + | |||
| + | :3.Run the following command to extract the supplied software: (Note: replace XXXXXX below with the build number of the file) | ||
| + | |||
| + | tar xvfoz uvlayout-rh9-XXXXXX-beta.tgz --directory=$HEADUS_HOME/.. | ||
| == OpenMotif == | == OpenMotif == | ||
| == Desktop Configuration == | == Desktop Configuration == | ||
Revision as of 08:43, 3 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/.. OpenMotifDesktop Configuration |