Installation Guide: Linux

From UVLayout Docs

(Difference between revisions)
Jump to: navigation, search
Revision as of 05:39, 22 September 2017 (edit)
Headus (Talk | contribs)
(Steps For Different Distos)
← Previous diff
Revision as of 08:38, 8 March 2019 (edit) (undo)
Headus (Talk | contribs)
(OpenMotif)
Next diff →
Line 15: Line 15:
: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]]. :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]].
-== OpenMotif ==+== Missing Shared Libraries ==
-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.+Current and recent releases of UVLayout are bundled with all the required shared libraries. If however you are trying to install an older release of UVLayout, and encounter errors caused by missing shared libraries, then you can find copies of these libraries on the [http://www.uvlayout.com/openmotif OpenMotif] page.
== Known Problems == == Known Problems ==

Revision as of 08:38, 8 March 2019

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/, then 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.

Missing Shared Libraries

Current and recent releases of UVLayout are bundled with all the required shared libraries. If however you are trying to install an older release of UVLayout, and encounter errors caused by missing shared libraries, then you can find copies of these libraries on the OpenMotif page.

Known Problems

  • Plugin mode doesn't work? If you are using a wrapper script to set up the various environment variables, make sure you pass all command line args to the 'uvlayout' binary.
  • Very poor drawing performance? See the OpenGL preference.
  • Errors on UVLayout start-up when opening UID files? This sometimes occurs when the UVLayout installation is distributed to users via a networked file system, and appears to only affect the Fedora-6 32bit build of UVLayout. Use the Fedora-10 64bit build of UVLayout to solve this problem.

Steps For Different Distros