Skip to content

Instantly share code, notes, and snippets.

@btobolaski
Created September 28, 2012 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btobolaski/3801725 to your computer and use it in GitHub Desktop.
Save btobolaski/3801725 to your computer and use it in GitHub Desktop.
Installs dependencies for running Microsoft office 2010 under crossover 11
#!/bin/bash
yum install isdn4k-utils.i686 mesa-libGLU.i686 libgphoto2.i686 gsm-devel.i686 hal-libs.i686 lcms-libs.i686 libtiff.i686 libv4l.i686 libpng.i686
libxslt.i686 cups-libs.i686 fontconfig.i686 openldap.i686 libXcomposite.i686 libXcursor.i686 libXinerama.i686 openssl-devel.i686 && \
yum --enablerepo=epel install openal-soft.i686 sane-backends-libs.i686
# Fix an issue with naming, on RHEL, libtiff.so.4 is libtiff.so.3
ln -s /usr/lib/libtiff.so.3 /usr/lib/libtiff.so.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment