Installation Guide: Ubuntu
From UVLayout Docs
(Difference between revisions)
Revision as of 09:51, 9 August 2012 (edit) Headus (Talk | contribs) ← Previous diff |
Current revision (08:33, 8 March 2019) (edit) (undo) Headus (Talk | contribs) |
||
(17 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
{{:Installation Guide: Menu}} | {{:Installation Guide: Menu}} | ||
- | '''1]''' Install standard libs/files that may be missing | ||
- | sudo apt-get install libjpeg62 xfonts-75dpi | ||
- | '''2]''' Requires the OpenMotif fix, and missing libs installed. See the [http://www.uvlayout.com/openmotif OpenMotif] page for further details. | + | == Ubuntu 12-04LTS == |
+ | |||
+ | * Installed some standard libs/files that were missing. | ||
+ | sudo apt-get install libjpeg62 xfonts-75dpi tcsh libglew1.5 libopenexr6 | ||
+ | |||
+ | == Ubuntu 13.04 == | ||
+ | |||
+ | * Installed some standard libs/files that were missing. | ||
+ | sudo apt-get install libjpeg62 xfonts-75dpi tcsh libopenexr6 | ||
+ | |||
+ | * Rebooted to make installed 75dpi fonts visible. | ||
+ | |||
+ | * May require UVLayout GUI preference "Double Buffer Only" turned on. | ||
+ | |||
+ | == Ubuntu 17.04 == | ||
+ | |||
+ | * Installed some standard libs/files that were missing. | ||
+ | sudo apt install libjpeg62 xfonts-75dpi tcsh | ||
+ | |||
+ | * Rebooted to make installed 75dpi fonts visible. | ||
+ | |||
+ | * May require UVLayout GUI preference "Double Buffer Only" turned on. |
Current revision
|
[edit] Ubuntu 12-04LTS
sudo apt-get install libjpeg62 xfonts-75dpi tcsh libglew1.5 libopenexr6 [edit] Ubuntu 13.04
sudo apt-get install libjpeg62 xfonts-75dpi tcsh libopenexr6
[edit] Ubuntu 17.04
sudo apt install libjpeg62 xfonts-75dpi tcsh
|