Difference between revisions of "Installing Maya on Linux"
From Verge3D Wiki
Jump to navigationJump to searchm |
m |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
[[Category:Tutorials]] | |||
== Maya 2023 on Fedora 36 == | == Maya 2023 on Fedora 36 == | ||
Revision as of 13:38, 1 September 2022
This article is a stub. You can help Verge3D Wiki by expanding it.
Maya 2023 on Fedora 36
Install dependencies:
sudo dnf install libnsl sudo dnf search libpng15 sudo dnf install libGLU sudo dnf install libffi3.1
Install CUDA (if using proprietary NVIDIA drivers):
sudo dnf install xorg-x11-drv-nvidia-cuda
Run with:
maya --single-process
Disable splash screen, then run normally.
Maya 2022 on Ubuntu
See here.