Skip to content

Commit

Permalink
x for osx and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillef committed May 14, 2015
1 parent e3e2999 commit 95c0572
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions linux/pyqt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pushd PyQt-x11-gpl-4.9.4
make -j4
sudo make install
popd

1 change: 1 addition & 0 deletions linux/pyside
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ sudo ldconfig

popd
popd

1 change: 1 addition & 0 deletions linux/shiboken
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ sudo ldconfig

popd
popd

2 changes: 1 addition & 1 deletion linux/sip
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pushd sip-4.13.3
/usr/autodesk/maya2013-x64/bin/mayapy ./configure.py
make
sudo make install
popd
popd
1 change: 1 addition & 0 deletions osx/pyqt-1
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ pushd PyQt-mac-gpl-4.9.4
# then go and execute pyqt-2

popd

1 change: 1 addition & 0 deletions osx/pyqt-2
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ sudo make install
for mod in phonon QtCore QtDeclarative QtDesigner QtDesignerComponents QtGui QtHelp QtMultimedia QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg QtWebKit QtXml QtXmPatterns; do sudo find /Applications/Autodesk/maya2013/Maya.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages/PyQt4 -name "*so" -exec install_name_tool -change ${mod}.framework/Versions/4/{mod} @executable_path/${mod} {} \;; done;

popd

1 change: 1 addition & 0 deletions osx/pyside
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ sudo make install

popd
popd

2 changes: 1 addition & 1 deletion osx/pyside-finalize
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ for mod in QtCore QtDeclarative QtDesigner QtDesignerComponents QtGui QtHelp QtM

for mod in libpyside-python2.6.1.1.dylib libshiboken-python2.6.1.1.dylib ; do find /Applications/Autodesk/maya2013/Maya.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages/PySide -name "*.so" -exec install_name_tool -change ${mod} @executable_path/../Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages/PySide/${mod} {} \;;done;

for mod in libpyside-python2.6.1.1.dylib libshiboken-python2.6.1.1.dylib ; do find /Applications/Autodesk/maya2013/Maya.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages/PySide -name "*.dylib" -exec install_name_tool -change ${mod} @executable_path/../Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages/PySide/${mod} {} \;;done;
for mod in libpyside-python2.6.1.1.dylib libshiboken-python2.6.1.1.dylib ; do find /Applications/Autodesk/maya2013/Maya.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages/PySide -name "*.dylib" -exec install_name_tool -change ${mod} @executable_path/../Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages/PySide/${mod} {} \;;done;
1 change: 1 addition & 0 deletions osx/shiboken
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ sudo make install/fast

popd
popd

1 change: 1 addition & 0 deletions osx/sip
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pushd sip-4.13.3
make
sudo make install
popd

0 comments on commit 95c0572

Please sign in to comment.