This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WARNING!! | |
| This is guide is more of a proof of concept than a guide. I am very new to distrobox and containers and I bet I missed some neuances of | |
| how distrobox works to potentially make the installation process or gpu integration easier. Feedback is encouraged. Please comment on this | |
| Github Gist so I can learn how to make this process nicer for everyone. | |
| Eventually I want to make a containerfile for installing Maya into, but that may come later. In the mean time, you can do it yourself! | |
| 1) install an X11 desktop, for the distrobox you will only be able to use Maya in an X11 desktop | |
| a) you may need to install xhost as well for connecting to the X-server |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Install an X11 Desktop - or Window Manager | |
| 2. install Maya's Libraries | |
| sudo dnf install libpng libjpeg libtiff freetype libXpm libXi fontconfig libXinerama alsa-lib libXcomposite libXdamage libXrandr libXrender libXtst libxcrypt-compat libxkbcommon nspr nss nss-util pciutils-libs libnsl xcb-util-wm xcb-util-image xcb-util-image xcb-util-renderutil libxkbcommon-x11 libmng libXcursor xorg-x11-fonts-ISO8859-1-75dpi xorg-x11-fonts-ISO8859-1-100dpi audiofile-devel | |
| 3. install openssl1 | |
| sudo dnf install https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/36/Everything/x86_64/os/Packages/o/openssl1.1-1.1.1n-1.fc36.x86_64.rpm | |
| sudo dnf install https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/36/Everything/x86_64/os/Packages/o/openssl1.1-1.1.1n-1.fc36.i686.rpm |