Export to GitHub

winezeug - issue #255

ubuntu problème


Posted on Jun 27, 2013 by Swift Wombat

problèm for ubuntu

missing Dependency

to correct add the following command to your script (http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh)

sudo apt-get -y install aria2 rpm alien libnuma1 fakeroot aria2c http://vctwang.jiangnan.edu.cn/mirrors/tools/programming/opencl/intel_sdk_for_ocl_applications_2012_x64.tgz tar zxvf intel_sdk_for_ocl_applications_2012_x64.tgz && rm -f intel_sdk_for_ocl_applications_2012_x64.tgz fakeroot alien --to-deb intel_ocl_sdk_2012_x64.rpm && rm -f intel_ocl_sdk_2012_x64.rpm sudo dpkg -i intel-ocl-sdk_2.0-31361_amd64.deb && rm -f intel-ocl-sdk_2.0-31361_amd64.deb sudo ln -s /usr/lib64/libOpenCL.so /usr/lib/libOpenCL.so sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get -y build-dep wine1.6 sudo apt-get -y -f install

Comment #1

Posted on Jul 25, 2013 by Helpful Bear

What?

Status: New

Labels:
Type-Defect Priority-Medium