Installation Guide: Linux

From UVLayout Docs

(Difference between revisions)
Jump to: navigation, search
Revision as of 08:47, 3 September 2007 (edit)
Headus (Talk | contribs)

← Previous diff
Current revision (00:36, 13 November 2025) (edit) (undo)
Headus (Talk | contribs)

 
(39 intermediate revisions not shown.)
Line 1: Line 1:
-{{:Installation Guide: Menu}} 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 ...+:1. Decide where you want to keep UVLayout, usually /usr/local/, but it can be in a normal user writable folder if you don't have root access (e.g. in your home folder). 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-beta+ tar xvfoz uvlayout-XXXXXX.tgz --directory=/usr/local
- 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 ...+:2. To launch UVLayout, run this command for the Professional version ...
- mkdir -p $HEADUS_HOME + /usr/local/uvlayout-pro/uvlayout-run
-:3. Run the following command to extract the supplied software (Note: replace XXXXXX below with the build number of the file):+... or this command for the Demo version ...
- tar xvfoz uvlayout-rh9-XXXXXX-beta.tgz --directory=$HEADUS_HOME/..+ /usr/local/uvlayout-demo/uvlayout-run
-== OpenMotif ==+: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]].
-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 scripts:+== Known Problems ==
- setenv LD_LIBRARY_PATH $HEADUS_HOME/lib+* '''Plugin mode''' doesn't work? If you are using your own wrapper script to set up the various environment variables, make sure you pass all command line args to the 'uvlayout' binary.
 + 
 +* '''USB Dongle''' not being detected? See additional instructions at [https://www.uvlayout.com/rockey https://www.uvlayout.com/rockey].
 + 
 +== Steps For Different Distros ==
 + 
 +* [[Installation Guide: Ubuntu|Ubuntu]]
 +* [[Installation Guide: Fedora|Fedora / Rocky]]

Current revision

Cover Page
Introduction
Requirements
Windows
Linux
OS X
Licensing
Download PDF

Contents

This page describes how to install or upgrade UVLayout onto a Linux system.
1. Decide where you want to keep UVLayout, usually /usr/local/, but it can be in a normal user writable folder if you don't have root access (e.g. in your home folder). Run the following command to extract the supplied software (Note: replace XXXXXX below with the build version of the downloaded file).
 tar xvfoz uvlayout-XXXXXX.tgz --directory=/usr/local
2. To launch UVLayout, run this command for the Professional version ...
 /usr/local/uvlayout-pro/uvlayout-run

... or this command for the Demo version ...

 /usr/local/uvlayout-demo/uvlayout-run
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 here.

Known Problems

  • Plugin mode doesn't work? If you are using your own wrapper script to set up the various environment variables, make sure you pass all command line args to the 'uvlayout' binary.

Steps For Different Distros