-
-
Save egetun/fa6a88e1bc707928d2c9fe52a7126970 to your computer and use it in GitHub Desktop.
Revisions
-
egetun revised this gist
Feb 10, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,7 @@ #nrtkbb, 2018 #Neal Burger, 2017 #Autodesk Maya Installation Bash Script v1.0 for Ubuntu 18.04 based Linux Distributions #if you have any issues, feel free tweet me // @egetun #Make sure we’re running with root permissions. @@ -99,4 +98,5 @@ chmod -R 777 /opt/flexnetserver/ chmod -R 777 /usr/autodesk/ chmod -R 777 /var/opt/Autodesk/ echo We hope Autodesk Maya 2019 was installed successfully. -
egetun revised this gist
Feb 10, 2019 . No changes.There are no files selected for viewing
-
egetun revised this gist
Feb 10, 2019 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -94,4 +94,9 @@ make install cp /usr/local/lib/libpng15.so.15 /usr/autodesk/maya2019/lib/libpng15.so.15 make uninstall chmod -R 777 /opt/Autodesk chmod -R 777 /opt/flexnetserver/ chmod -R 777 /usr/autodesk/ chmod -R 777 /var/opt/Autodesk/ echo We hope Autodesk Maya 2019 was installed successfully. -
egetun revised this gist
Feb 10, 2019 . No changes.There are no files selected for viewing
-
egetun revised this gist
Feb 10, 2019 . 1 changed file with 21 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,13 @@ #!/bin/bash #Deniz Ege Tunçay, 2019 #nrtkbb, 2018 #Neal Burger, 2017 #Feel free to extend/modify to meet your needs. #Autodesk Maya Installation for Ubuntu 18.04 based Linux Distributions #if you have any issues, feel free tweet me // @egetun #Make sure we’re running with root permissions. if [ `whoami` != root ]; then echo Please run this script using sudo @@ -14,6 +23,9 @@ if [uname -m != x86_64]; then fi ## Create Download Directory ## mkdir -p maya2019install ## cp maya2019install.sh maya2019install/maya2019install.sh ## cd maya2019install ## Download Maya Install Files wget https://edutrial.autodesk.com/NetSWDLD/2019/MAYA/EC2C6A7B-1F1B-4522-0054-4FF79B4B73B5/ESD/Autodesk_Maya_2019_Linux_64bit.tgz @@ -26,11 +38,6 @@ apt-get install rpm --reinstall wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb ## Install Maya alien -cv *.rpm dpkg -i *.deb @@ -78,4 +85,13 @@ xset +fp /usr/share/fonts/X11/100dpi/ xset +fp /usr/share/fonts/X11/75dpi/ xset fp rehash wget https://vorboss.dl.sourceforge.net/project/libpng/libpng15/1.5.30/libpng-1.5.30.tar.gz tar zxvf libpng-1.5.30.tar.gz ## cd libpng-1.5.30/ ./libpng-1.5.30/configure make make install cp /usr/local/lib/libpng15.so.15 /usr/autodesk/maya2019/lib/libpng15.so.15 make uninstall echo We hope Maya was installed successfully. -
egetun renamed this gist
Feb 9, 2019 . 1 changed file with 20 additions and 13 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -14,19 +14,23 @@ if [uname -m != x86_64]; then fi ## Create Download Directory ## Download Maya Install Files wget https://edutrial.autodesk.com/NetSWDLD/2019/MAYA/EC2C6A7B-1F1B-4522-0054-4FF79B4B73B5/ESD/Autodesk_Maya_2019_Linux_64bit.tgz tar xvf Autodesk_Maya_2019_Linux_64bit.tgz ## Install Dependencies apt-get install -y libssl1.0.0 gcc libssl-dev libjpeg62 alien csh tcsh libaudiofile-dev libglw1-mesa elfutils libglw1-mesa-dev mesa-utils xfstt xfonts-100dpi xfonts-75dpi ttf-mscorefonts-installer libfam0 libfam-dev libcurl4-openssl-dev libtbb-dev apt-get install rpm --reinstall #apt-get install -y libtbb-dev wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb ## bunu indir ve derle ve kur ## https://vorboss.dl.sourceforge.net/project/libpng/libpng15/1.5.30/libpng-1.5.30.tar.gz ## Install Maya alien -cv *.rpm dpkg -i *.deb @@ -40,28 +44,31 @@ rm /usr/bin/rpm mv /usr/bin/rpm_backup /usr/bin/rpm ## Copy lib*.so cp libQt* /usr/autodesk/maya2019/lib/ cp libadlm* /usr/lib/x86_64-linux-gnu/ ## Fix Startup Errors ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0 /usr/lib/libtiff.so.3 ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/autodesk/maya2019/lib/libssl.so.10 ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/autodesk/maya2019/lib/libcrypto.so.10 ln -s /usr/lib/x86_64-linux-gnu/libtbb.so.2 /usr/lib/x86_64-linux-gnu/libtbb_preview.so.2 ln -s /usr/lib/x86_64-linux-gnu/libpcre16.so.3 /usr/autodesk/maya2019/lib/libpcre16.so.0 ## ln -s /usr/lib/x86_64-linux-gnu/libpng16.so.16 /usr/autodesk/maya2019/lib/libpng15.so.15 mkdir -p /usr/tmp chmod 777 /usr/tmp mkdir -p ~/maya/2019/ chmod 777 ~/maya/2019/ ## Fix Segmentation Fault Error echo "MAYA_DISABLE_CIP=1" >> ~/maya/2019/Maya.env ## Fix Color Managment Errors echo "LC_ALL=C" >> ~/maya/2019/Maya.env chmod 777 ~/maya/2019/Maya.env ## Maya Camera Modifier Key gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier "<Super>" @@ -71,4 +78,4 @@ xset +fp /usr/share/fonts/X11/100dpi/ xset +fp /usr/share/fonts/X11/75dpi/ xset fp rehash echo We hope Maya was installed successfully. -
nrtkbb revised this gist
Oct 17, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -52,8 +52,8 @@ ln -s /usr/lib/x86_64-linux-gnu/libtbb.so.2 /usr/lib/x86_64-linux-gnu/libtbb_pre mkdir -p /usr/tmp chmod 777 /usr/tmp mkdir -p ~/maya/2018/ chmod 777 ~/maya/2018/ ## Fix Segmentation Fault Error echo "MAYA_DISABLE_CIP=1" >> ~/maya/2018/Maya.env -
nrtkbb revised this gist
Oct 17, 2018 . No changes.There are no files selected for viewing
-
nrtkbb revised this gist
Oct 17, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -61,7 +61,7 @@ echo "MAYA_DISABLE_CIP=1" >> ~/maya/2018/Maya.env ## Fix Color Managment Errors echo "LC_ALL=C" >> ~/maya/2018/Maya.env chmod 777 ~/maya/2018/Maya.env ## Maya Camera Modifier Key gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier "<Super>" -
nrtkbb revised this gist
Oct 17, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -41,7 +41,7 @@ mv /usr/bin/rpm_backup /usr/bin/rpm ## Copy lib*.so cp libQt* /usr/autodesk/maya2018/lib/ cp libadlm* /usr/lib/x86_64-linux-gnu/ ## Fix Startup Errors ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0 /usr/lib/libtiff.so.3 -
nrtkbb revised this gist
Oct 17, 2018 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -39,6 +39,10 @@ chmod +x ./setup rm /usr/bin/rpm mv /usr/bin/rpm_backup /usr/bin/rpm ## Copy lib*.so cp libQt* /usr/autodesk/maya2018/lib/ cp libadlm* /usr/autodesk/maya2018/lib/ ## Fix Startup Errors ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0 /usr/lib/libtiff.so.3 ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/autodesk/maya2018/lib/libssl.so.10 -
nrtkbb revised this gist
Oct 17, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -43,6 +43,7 @@ mv /usr/bin/rpm_backup /usr/bin/rpm ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0 /usr/lib/libtiff.so.3 ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/autodesk/maya2018/lib/libssl.so.10 ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/autodesk/maya2018/lib/libcrypto.so.10 ln -s /usr/lib/x86_64-linux-gnu/libtbb.so.2 /usr/lib/x86_64-linux-gnu/libtbb_preview.so.2 mkdir -p /usr/tmp chmod 777 /usr/tmp -
nrtkbb revised this gist
Oct 17, 2018 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cd maya2018Install tar xvf Autodesk_Maya_2018_EN_JP_ZH_Linux_64bit.tgz ## Install Dependencies apt-get install -y libssl1.0.0 gcc libssl-dev libjpeg62 alien csh tcsh libaudiofile-dev libglw1-mesa elfutils libglw1-mesa-dev mesa-utils xfstt xfonts-100dpi xfonts-75dpi ttf-mscorefonts-installer libfam0 libfam-dev libcurl4-openssl-dev libtbb-dev #apt-get install -y libtbb-dev wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb @@ -40,10 +40,9 @@ rm /usr/bin/rpm mv /usr/bin/rpm_backup /usr/bin/rpm ## Fix Startup Errors ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0 /usr/lib/libtiff.so.3 ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/autodesk/maya2018/lib/libssl.so.10 ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/autodesk/maya2018/lib/libcrypto.so.10 mkdir -p /usr/tmp chmod 777 /usr/tmp -
nrtkbb revised this gist
Oct 17, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -14,8 +14,8 @@ if [uname -m != x86_64]; then fi ## Create Download Directory mkdir -p maya2018Install cd maya2018Install ## Download Maya Install Files ##wget http://edutrial.autodesk.com/NET17SWDLD/2017/MAYA/ESD/Autodesk_Maya_2017_EN_JP_ZH_Linux_64bit.tgz -
nrtkbb revised this gist
Oct 17, 2018 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -41,8 +41,8 @@ mv /usr/bin/rpm_backup /usr/bin/rpm ## Fix Startup Errors ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.4 /usr/lib/libtiff.so.3 ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/autodesk/maya2018/lib/libssl.so.10 ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/autodesk/maya2018/lib/libcrypto.so.10 ln -s /usr/lib/x86_64-linux-gnu/libtbb.so.2 /usr/lib/x86_64-linux-gnu/libtbb_preview.so.2 mkdir -p /usr/tmp @@ -52,10 +52,10 @@ mkdir -p ~/maya/2017/ chmod 777 ~/maya/2017/ ## Fix Segmentation Fault Error echo "MAYA_DISABLE_CIP=1" >> ~/maya/2018/Maya.env ## Fix Color Managment Errors echo "LC_ALL=C" >> ~/maya/2018/Maya.env chmod 777 ~/maya/2017/Maya.env -
nrtkbb revised this gist
Oct 17, 2018 . 1 changed file with 1 addition and 19 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -22,25 +22,7 @@ cd maya2017Install tar xvf Autodesk_Maya_2018_EN_JP_ZH_Linux_64bit.tgz ## Install Dependencies apt-get install -y libssl1.0.0 gcc libssl-dev libjpeg62 alien csh tcsh libaudiofile-dev libglw1-mesa elfutils libglw1-mesa-dev mesa-utils xfstt xfonts-100dpi xfonts-75dpi ttf-mscorefonts-installer libfam0 libfam-dev libcurl4-openssl-dev #apt-get install -y libtbb-dev wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb -
nrtkbb revised this gist
Oct 16, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -59,7 +59,7 @@ mv /usr/bin/rpm_backup /usr/bin/rpm ## Fix Startup Errors ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.4 /usr/lib/libtiff.so.3 ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/autodesk/maya2017/lib/libssl.so.10 ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/autodesk/maya2017/lib/libcrypto.so.10 ln -s /usr/lib/x86_64-linux-gnu/libtbb.so.2 /usr/lib/x86_64-linux-gnu/libtbb_preview.so.2 -
nrtkbb revised this gist
Oct 15, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -61,6 +61,7 @@ mv /usr/bin/rpm_backup /usr/bin/rpm ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.4 /usr/lib/libtiff.so.3 ln -s /usr/lib/x86_64-linux-gnu/libssl.so /usr/autodesk/maya2017/lib/libssl.so.10 ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/autodesk/maya2017/lib/libcrypto.so.10 ln -s /usr/lib/x86_64-linux-gnu/libtbb.so.2 /usr/lib/x86_64-linux-gnu/libtbb_preview.so.2 mkdir -p /usr/tmp chmod 777 /usr/tmp -
nrtkbb revised this gist
Oct 15, 2018 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -39,8 +39,9 @@ apt-get install -y xfonts-100dpi apt-get install -y xfonts-75dpi apt-get install -y ttf-mscorefonts-installer apt-get install -y libfam0 apt-get install -y libfam-dev apt-get install -y libcurl4-openssl-dev #apt-get install -y libtbb-dev wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb -
nrtkbb revised this gist
Oct 15, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -39,7 +39,8 @@ apt-get install -y xfonts-100dpi apt-get install -y xfonts-75dpi apt-get install -y ttf-mscorefonts-installer apt-get install -y libfam0 apt-get install -y libfam-dev apt-get install -y libcurl4-openssl-dev wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb -
nrtkbb renamed this gist
Oct 15, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -18,8 +18,8 @@ mkdir -p maya2017Install cd maya2017Install ## Download Maya Install Files ##wget http://edutrial.autodesk.com/NET17SWDLD/2017/MAYA/ESD/Autodesk_Maya_2017_EN_JP_ZH_Linux_64bit.tgz tar xvf Autodesk_Maya_2018_EN_JP_ZH_Linux_64bit.tgz ## Install Dependencies apt-get install -y libssl1.0.0 -
nrtkbb revised this gist
Oct 15, 2018 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -35,13 +35,11 @@ apt-get install -y elfutils apt-get install -y libglw1-mesa-dev apt-get install -y mesa-utils apt-get install -y xfstt apt-get install -y xfonts-100dpi apt-get install -y xfonts-75dpi apt-get install -y ttf-mscorefonts-installer apt-get install -y libfam0 apt-get install -y libfam-dev wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb -
nrtkbb revised this gist
Oct 15, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -43,6 +43,7 @@ apt-get install -y libfam0 apt-get install -y libfam-dev apt-get install -y libgstreamer-plugins-base0.10-0 wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb ## Install Maya alien -cv *.rpm -
borgfriend revised this gist
Jan 6, 2017 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -78,4 +78,9 @@ chmod 777 ~/maya/2017/Maya.env ## Maya Camera Modifier Key gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier "<Super>" ## Ensure that Fonts are Loaded xset +fp /usr/share/fonts/X11/100dpi/ xset +fp /usr/share/fonts/X11/75dpi/ xset fp rehash echo Maya was installed successfully. -
borgfriend revised this gist
Jan 6, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -76,4 +76,6 @@ echo "LC_ALL=C" >> ~/maya/2017/Maya.env chmod 777 ~/maya/2017/Maya.env ## Maya Camera Modifier Key gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier "<Super>" echo Maya was installed successfully. -
borgfriend revised this gist
Jan 6, 2017 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [uname -m != x86_64]; then fi ## Create Download Directory mkdir -p maya2017Install cd maya2017Install ## Download Maya Install Files @@ -65,11 +65,15 @@ mkdir -p /usr/tmp chmod 777 /usr/tmp mkdir -p ~/maya/2017/ chmod 777 ~/maya/2017/ ## Fix Segmentation Fault Error echo "MAYA_DISABLE_CIP=1" >> ~/maya/2017/Maya.env ## Fix Color Managment Errors echo "LC_ALL=C" >> ~/maya/2017/Maya.env chmod 777 ~/maya/2017/Maya.env ## Maya Camera Modifier Key gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier "<Super>" -
borgfriend revised this gist
Jan 6, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -61,8 +61,10 @@ ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.4 /usr/lib/libtiff.so.3 ln -s /usr/lib/x86_64-linux-gnu/libssl.so /usr/autodesk/maya2017/lib/libssl.so.10 ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/autodesk/maya2017/lib/libcrypto.so.10 mkdir -p /usr/tmp chmod 777 /usr/tmp mkdir -p ~/maya/2017/ ## Fix Segmentation Fault Error echo "MAYA_DISABLE_CIP=1" >> ~/maya/2017/Maya.env -
borgfriend revised this gist
Oct 30, 2016 . 1 changed file with 20 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -22,7 +22,26 @@ wget http://edutrial.autodesk.com/NET17SWDLD/2017/MAYA/ESD/Autodesk_Maya_2017_EN tar xvf Autodesk_Maya_2017_EN_JP_ZH_Linux_64bit.tgz ## Install Dependencies apt-get install -y libssl1.0.0 apt-get install -y gcc apt-get install -y libssl-dev apt-get install -y libjpeg62 apt-get install -y alien apt-get install -y csh apt-get install -y tcsh apt-get install -y libaudiofile-dev apt-get install -y libglw1-mesa apt-get install -y elfutils apt-get install -y libglw1-mesa-dev apt-get install -y mesa-utils apt-get install -y xfstt apt-get install -y ttf-liberation apt-get install -y xfonts-100dpi apt-get install -y xfonts-75dpi apt-get install -y ttf-mscorefonts-installer apt-get install -y libfam0 apt-get install -y libfam-dev apt-get install -y libgstreamer-plugins-base0.10-0 wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb ## Install Maya -
borgfriend created this gist
Sep 5, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,54 @@ #!/bin/bash #Make sure we’re running with root permissions. if [ `whoami` != root ]; then echo Please run this script using sudo echo Just type “sudo !!” exit fi #Check for 64-bit arch if [uname -m != x86_64]; then echo Maya will only run on 64-bit linux. echo Please install the 64-bit ubuntu and try again. exit fi ## Create Download Directory mkdir maya2017Install cd maya2017Install ## Download Maya Install Files wget http://edutrial.autodesk.com/NET17SWDLD/2017/MAYA/ESD/Autodesk_Maya_2017_EN_JP_ZH_Linux_64bit.tgz tar xvf Autodesk_Maya_2017_EN_JP_ZH_Linux_64bit.tgz ## Install Dependencies apt-get install -y gcc libssl1.0.0 libssl-dev libjpeg62 alien csh tcsh libaudiofile-dev libglw1-mesa elfutils libglw1-mesa-dev mesa-utils xfstt ttf-liberation xfonts-100dpi xfonts-75dpi ttf-mscorefonts-installer libfam0 libfam-dev libgstreamer-plugins-base0.10-0 wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb ## Install Maya alien -cv *.rpm dpkg -i *.deb echo "int main (void) {return 0;}" > mayainstall.c gcc mayainstall.c mv /usr/bin/rpm /usr/bin/rpm_backup cp a.out /usr/bin/rpm chmod +x ./setup ./setup rm /usr/bin/rpm mv /usr/bin/rpm_backup /usr/bin/rpm ## Fix Startup Errors ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.4 /usr/lib/libtiff.so.3 ln -s /usr/lib/x86_64-linux-gnu/libssl.so /usr/autodesk/maya2017/lib/libssl.so.10 ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/autodesk/maya2017/lib/libcrypto.so.10 chmod 777 /usr/tmp ## Fix Segmentation Fault Error echo "MAYA_DISABLE_CIP=1" >> ~/maya/2017/Maya.env ## Fix Color Managment Errors echo "LC_ALL=C" >> ~/maya/2017/Maya.env ## Maya Camera Modifier Key gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier "<Super>"